非空的循环单链表(头指针为()head)的尾结点(由p指向)满足()。


非空的循环单链表(头指针为()head)的尾结点(由p指向)满足()。

A、p->next==NULL

B、p==NULL

C、p->next==head

D、p==head

正确答案:C


Tag:结点 指针 时间:2024-03-18 10:22:09