不带头结点的单链表head为空的判断条件是( )。(本题1.0分)
A、 head==NULL
B、 head->next==NULL
C、 head->next==head
D、 .head!=NULL
出自:许昌学院数据结构(C#)