带头结点的单链表head为空的判断条件是( )
A.head=NULL
B.head—>next=NULL
C.head—>next=head
D.head!=NULL
第1题:
A.head==NULL
B.head->next==NULL
C.head->next=NULL:
D.head->next!=NULL
第2题:
A.head->next==NULL
B.head->next==head
C.head==NULL
D.head!=NULL
第3题:
若不带头结点的单链表的头指针为head,则该链表为空的判定条件是 ( )
A.head==NULL
B.head—>next==NULL
C.head!=NULL
D.head—>next==head
第4题:
●带头结点的单链表head为空的判断条件是 ()。()A.head=NULL B.head->next=NULLC.head->next=head D.head<>NULL
第5题:
第6题:
第7题:
带头结点的单向链表的头指针为head,该链表为空的判定条件是()的值为真。
Ahead==NULL
Bhead->next==head
Chead->next==NULL
Dhead==head->next
第8题:
带头结点的循环单链表head为空的判断条件是()
第9题:
带头结点的单向链表的头指针为head,该链表为空的判定条件是()的值为真。
第10题:
head=NULL
head->next==NUL
head->next==head
head!=NULL
第11题:
head==NULL
head->next==head
head->next==NULL
head==head->next
第12题:
head == NULL
head != NULL
head->next == head
head->next == NULL
第13题:
A、head->next==head
B、head->next==NULL
C、head!=NULL
D、head ==NULL
第14题:
在带头结点的单链表head为空的判定条件是()。
A.head=NULL
B.head->next=NULL
C.head->next=head
D.head!=NULL
第15题:
若不带头结点的单链表中,头指针为head,则该链表为空的判定条件是(25)。
A.head==NULL
B.head->next==NULL
C.head!=NULL
D.head->next==head
第16题:
第17题:
第18题:
带头结点的链表为空的判断条件是()(设头指针为head)。
Ahead->next==NULL
Bhead->next==head
Chead==NULL
Dhead!=NULL
第19题:
带头结点的单向链表为空的判断条件是()(设头指针为head)。
Ahead==NULL
Bhead!=NULL
Chead->next==head
Dhead->next==NULL
第20题:
带头结点的单向链表为空的判断条件是()(设头指针为head)。
第21题:
带头结点的单链表head为空的判定条件是()。
第22题:
head==NULL
head->next==NULL
head->next ==head
head!=NULL
第23题:
head->next==NULL
head->next==head
head==NULL
head!=NULL