国家开放大学 / 数据结构(本)
头指针为head的带头结点的单向链表为空的判定条件是( )为真。
A. head->next==NULL
B. head->next!=NULL
C. head->next!=NULL
D. head==NULL
A. head->next==NULL
B. head->next!=NULL
C. head->next!=NULL
D. head==NULL
参考答案: