单选题:Python中,带头结点的单链表的结点结构Node包含数据域data和指针域next,头结点为head,则第一个数据结点的数据域
Python中,带头结点的单链表的结点结构Node包含数据域data和指针域next,头结点为head,则第一个数据结点的数据域是( )。
@[C](2)
A. head.next
B. head.data
C. head.next.data
D. head.next.next
A.head.next
B.head.data
C.head.next.data
D.head.next.next
答案:C
@[C](2)
A. head.next
B. head.data
C. head.next.data
D. head.next.next
A.head.next
B.head.data
C.head.next.data
D.head.next.next
答案:C