非空单链表结点结构为data,next,若指针p所指结点是尾结点,则()表达式为真。
6 查阅
非空单链表结点结构为data,next,若指针p所指结点是尾结点,则()表达式为真。
A.p==NULL
B.p->next==NULL
C.p->next==P
D.p->next!=NULL
参考答案:
非空单链表结点结构为data,next,若指针p所指结点是尾结点,则()表达式为真。
A.p==NULL
B.p->next==NULL
C.p->next==P
D.p->next!=NULL
参考答案: