[单选题]

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

A.p=p->next

B.p->next=p->next

C.p->next=p->next->next

D.p->next=p

参考答案与解析: