单选题:For a non-empty doubly linked circular list, with `h` and `t` po
For a non-empty doubly linked circular list, with `h` and `t` pointing to its head and tail nodes, respectively, the FALSE statement is:
@[D](2)
A. `t->next == h`
B. `h->pre == t`
C. `t->pre->next == t`
D. `h->next == t`
A.`t->next == h`
B.`h->pre == t`
C.`t->pre->next == t`
D.`h->next == t`
答案:D
@[D](2)
A. `t->next == h`
B. `h->pre == t`
C. `t->pre->next == t`
D. `h->next == t`
A.`t->next == h`
B.`h->pre == t`
C.`t->pre->next == t`
D.`h->next == t`
答案:D