非空单链表结点结构为【data,nExt】,若结点p是尾结点,则()表达式为真。


非空单链表结点结构为【data,nExt】,若结点p是尾结点,则()表达式为真。

A、p==null

B、p->nExt!=null

C、p->nExt==null

D、p->nExt==p

正确答案:p->nExt==null


Tag:结点 表达式 结构 时间:2024-04-12 10:28:24