单项选择题

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

A.p->next==NULL
B.p==NULL
C.p->next==head
D.p==head