非空的循环单链表head的尾结点(由p所指向),满足 ( )
A.p->next==NULI
B.p==NULL
C.p->next=head
D.p=head
第1题:
A.p==head
B.p==NULL
C.p->next==head
D.p->next==NULL
第2题:
A.p->next==NULL;
B.p==NULL;
C.p->next==head;
D.p==head;
第3题:
A.p->next = =NULL
B.p= =NULL
C.p= =head
D.p->next= =head
第4题:
非空的循环单链表head的尾结点(由p所指向)满足A.p->next==NULL B.p==NULL C.p->next=head D.p=head
第5题:
非空的循环单链表head的尾节点(由p所指向) ,满足
A.p->next==NULL
B.p==NULL
C.p->next=head
D.p=head
第6题:
A.p->next==NULL
B.р==NULL
C.p->next==head
D.p==head
第7题:
在头指针为head的非空单循环链表中,指针p指向尾结点,下列关系成立的是 ( )
A.p—>next==head
B.p—>next—>Next==head
C.p—>next==NULL
D.p==head
第8题:
非空的循环单链表head的尾结点(由p所指向) ,满足( )。
A.p->next==NULL
B.p==NULL
C.p->next=head
D.p=head
第9题:
非空的循环单链表head的尾结点P满足(45)。
A.P->link=head
B.P->link=null
C.P=null
D.P=head
第10题:
非空的循环单链表head的尾结点(由p所指向)应该满足A.p->next==NULL B.p==NULL C.p->next=head D.p=head