-->
当前位置:首页 > 题库

单选题:带头结点的单链表head为空的判定条件是。

Luz5年前 (2021-05-10)题库891
带头结点的单链表head为空的判定条件是。 @[B](2)

A. head==NULL
B. head->next=NULL
C. head->next==head
D. head!=NULL




A.head==NULL
B.head->next=NULL
C.head->next==head
D.head!=NULL


答案:B