通过表达式()可以获取带头结点的单链表L中首元素结点的数据值。

通过表达式()可以获取带头结点的单链表L中首元素结点的数据值。

A.L->next

B.(L->next)->data

C.L->data

D.L->next

正确答案:(L->next)->data

猜你喜欢