[单选题]

在一个单链表中,若要删除p结点的后续结点,则执行

A.P↑.next:=p↑.next↑.next;

B.p:=p↑.next;p↑.next:=P↑.next↑.next;

C.free(P↑. next);

D.p:=p↑.next↑.next;

参考答案与解析: