单项选择题

对于一个头指针为head的带头结点的单链表,判定该表为空表的条件是()

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