• 2022-06-16
    在头指针为head的非空单循环链表中,指针p指向尾结点,下列关系成立的是()
    A: p—>next==head
    B: p—>next—>Next==head
    C: p—>next==NULL
    D: p==head