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. 左、右孩子地址