[单选题]
在一个单链表中,若删除p所指结点的后继结点,则执行( )。
A.p→next =p→next→next;
B.p=p→next;p→next =p→next→next;
C.P→next =p→next;
D.p=p→next→next;
参考答案与解析: