注意:此页面搜索的是所有试题
题目内容
(数据结构国家开放大学)
头指针为head的带头结点的单向链表为空的判定条件是( )为真。
单选题 (2 分) 2分
A.
head==NULL
B.
head->next!=NULL
C.
head->next==NULL
D.
head->next!=NULL
单选题 (2 分) 2分
A.
head==NULL
B.
head->next!=NULL
C.
head->next==NULL
D.
head->next!=NULL
参考答案