问题 单项选择题

删除一单向链表中P指针所指向结点的后继结点,正确的操作是()。

A.p->next=p->next->next

B.p=p->next

C.p->next=p

D.p->next->next=p->next

答案

参考答案:A

单项选择题
单项选择题