试题详情
单项选择题 若有以下定义 则不能将指针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

  • C
  • 关注下方微信公众号,在线模考后查看

热门试题