问题详情
头指针为head的带头结点的单向链表为空的判定条件是()为真。
A.head==NULL
B.head->next==NULL
C.head->next=NULL:
D.head->next!=NULL
请帮忙给出正确答案和分析,谢谢!