网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
带头结点的循环单链表head为空的判断条件是()
- A、 head == NULL
- B、 head != NULL
- C、 head->next == head
- D、 head->next == NULL
参考答案
更多 “带头结点的循环单链表head为空的判断条件是()A、 head == NULLB、 head != NULLC、 head->next == headD、 head->next == NULL” 相关考题
考题
带头结点的单向链表为空的判断条件是( )(设头指针为head)。
A.head = =NULLB.head!=NULLC.head->next= =headD.head->next= =NULL
考题
带头结点的链表为空的判断条件是( )(设头指针为head)。
A、head->next==headB、head->next==NULLC、head!=NULLD、head ==NULL
考题
若不带头结点的单链表的头指针为head,则该链表为空的判定条件是 ( )A.head==NULLB.head—>next==NULLC.head!=NULLD.head—>next==head
考题
若不带头结点的单链表中,头指针为head,则该链表为空的判定条件是(25)。A.head==NULLB.head->next==NULLC.head!=NULLD.head->next==head
考题
单选题带头结点的循环单链表head为空的判断条件是()A
head == NULLB
head != NULLC
head->next == headD
head->next == NULL
热门标签
最新试卷