单项选择题

非空单链表结点结构为[data,next],若指针p所指结点是尾结点,则()表达式为真。

A.p=NULL
B.p->next=NULL
C.p->next=P
D.p->next!=NULL