单项选择题

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

A.p=p>next
B.p->next=p->next
C.p->next=p->next->>next
D.p->next=p