当前位置:百科知识 > 智慧树计算机类题库

问题描述:

[单选] 设有以下链表,则不能将q所指的结点插入到链表末尾的是()
A.q->next=NULL;p=p->next;p->next=q B.p=p->next;q->next=p->next;p->next=q C.p=p->next;q->next=p;p->next=q D.p=(p).next;(q).next=(p).next;(p).next=q
参考答案:查看
答案解析:
☆收藏

随机题目