[单选题]
头指针为head的带头结点的循环链表为空的判定条件是()。
A.head=null
B.head—>next=null
C.head—>next=head
D.head—>null
参考答案与解析: