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

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

时间:2024-02-08 14:34:51

相似题目