在单链表中,指针p指向结点A,若要删除A之后的结点(存在),则指针的操作方式为()

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

时间:2024-02-08 14:04:29

相似题目