注意:此页面搜索的是所有试题
(单选题) 已知指针p指向单链表L中的某结点,则删除其后继结点的语句是(本题3.0分)
A、 p = p.next
B、 p =null
C、 p.next=null
D、 p.next = p.next.next

参考答案