单项选择题

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

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