循环链表H尾结点p的特点是()。


循环链表H尾结点p的特点是()。

A.p==H

B.p->next==H

C.p->next==H->next

D.p==H->next

正确答案:p->next==H


Tag:数据结构 结点 时间:2023-12-31 12:46:08