题目内容

头指针为H的循环单链表中尾结点P的特点是()

A. P->next=H
B. P->next= H->next
C. P=H
D. P=H->next

查看答案
更多问题

Bacon is a versatile man, his identities include the following except()

A. writer
B. scientist
C. philosopher
D. merchant

Bacon’s most important literary work Essays include articles since 1625()

A. 10
B. 38
C. 48
D. 58

对于一个带头结点的单链表,其头指针为head,判定该表为空表的条件是()

A. head==NULL
B. head→next==head
C. head→next==NULL
D. head!=NULL

静态链表中指针表示的是()

A. 内存地址
B. 数组下标
C. 下一元素在数组中的下标
D. 左、右孩子地址

答案查题题库