单项选择题

非空的循环单链表first的尾结点(由p所指向)满足的条件是()

A.p->link==NULL
B.p==NULL
C.p->link==first
D.p==first