带头节点的单链表L为空的判定条件是()。
A:L = =null
B:L->data= =null
C:L->next= =null
D:L->next= =data
出自:计算机科学