• 2022-06-16
    对于一个循环单链表,若头指针为head,表中的某个结点p是最后一个结点的特征是( )。
    A: p->next==NULL
    B: head==NULL
    C: head->next=p
    D: p->next==head