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