-->
当前位置:首页 > 题库

单选题:不带头结点的单链表head为空的判定条件为。

Luz5年前 (2021-05-10)题库774
不带头结点的单链表head为空的判定条件为。 @[A](2)

A. head==NULL
B. head->next=NULL
C. head->next=head
D. head!=NULL




A.head==NULL
B.head->next=NULL
C.head->next=head
D.head!=NULL


答案:A