设带有头结点的单向循环链表的头指针变量为head,则其判空条件是()。
A.head==NULL()
B.head->next==NULL
C.head->next==head
D.head!=NULL
正确答案:head->next==head
猜你喜欢