登录  注册

首页->数据结构

在一个单链表中,若删除p所指结点的后续结点,则执行()。

(A)p->next=p->next->next;

(B)p=p->next;p->next=p->next->next;

(C)p->next=p->next;

(D)p=p->next->next;

参考答案
继续答题:下一题
微考学堂微考学社

更多数据结构试题

考试