当前位置: X题卡 > 所有题目 > 题目详情

不带头结点的单链表head为空的判定条件是

查看本题答案

你可能感兴趣的试题

p→next==NULL  p==NULL  p→next=head  p=head  
head==NULL  head->next==NULL  head!=NULL  head->next==head  
head=NIL  head->next=NIL  head->next=head  head<>NIL  
p->next==head  p->next==NULL  p==NULL  p==head  
first==NULL  first->1ink==NULL  first->link==first  first!=NULL  
P->link=head  P->link=null  P=null  P=head  
p->next==NULL  p==NULL  p->next=head  p=head  
head=NULL  head->next=NULL  head->next=head  head!=NULL  
head==NULL  head->next==NULL  head->next!=NULL  head!=NULL  
p→next==NULL  p==NULL  p→next=head  P=head  
head=NULL  head->next=NULL  head->next=head  head<>NULL  

热门试题

更多