试题详情

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

Ap—>next=p—>next—>next

Bp=p—>next

Cp=p—>next—>next

Dp->next-p