网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
非空循环单链表(head为头指针)的尾结点(由指针p所指示)应满足()。
A.p->next==NULL;
B.p==NULL;
C.p->next==head;
D.p==head;
参考答案
更多 “ 非空循环单链表(head为头指针)的尾结点(由指针p所指示)应满足()。 A.p->next==NULL;B.p==NULL;C.p->next==head;D.p==head; ” 相关考题
考题
非空的单向循环链表的尾结点满足( )(设头指针为head,指针p指向尾结点)。
A.p->next = =NULLB.p= =NULLC.p= =headD.p->next= =head
考题
非空的循环单链表head的尾结点指针p满足()A.p->next = headB.p->next = nilC.p = nilD.p = head
热门标签
最新试卷