帶頭結點的單鏈表head為空的判定條件是()A.head= =NULLB.head->next= =NULLC.head->next= =headD.head!=NULL正確答案:head->next= =NULL 點擊顯示答案