找考题网-背景图
单项选择题

在一个单链表中,若要删除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;