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

设单链表中指针p指向结点A,若要删除A的直接后继,则所需修改指针的操作为()

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

热门试题