单项选择题

已知指针p指向L链表中的某个节点,则删除其后继节点的语句是()

A.p=NULL
B.p=p->pnext
C.p->pnext=NULL
D.p->pnext=p->pnext->pnext
微信扫码免费搜题