试题详情

在一个单链表中,若p所指的结点不是最后结点,则删除p所指的结点的后继结点的正确操作是()。

Ap=p->next

Bp->next=p->next

Cp->next=p->next->next

Dp->next=p