带头结点的单向链表的头指针为head,该链表为空的判定条件是()的值为真。
A:head==NULL
B:head->next==head
C:head->next==NULL
D:head==head->next
出自:国家开放大学《数据结构》