注意:此页面搜索的是所有试题
头指针为head的带头结点的单向链表为空的判定条件是( )为真。
单选题 (2 分) 2分
A.
head==NULL

B.
head->next!=NULL

C.
head->next==NULL

D.
head->next!=NULL

参考答案