单项选择题

带头结点的单向链表的头指针为head,该链表为空的判定条件是()的值为真。

A.head==NULL
B.head->next==head
C.head->next==NULL
D.head==head->next