• 2022-06-03
    在一个以L为头的单循环链表中,p指针指向链尾的条件是( )。
    A: p->next==L
    B: p->next==NULL
    C: p->next->next==L
    D: p->data==-1