• 2022-06-04
    14. The characteristic of the tail node P of the linked circular list H is ().
    A: P->next=H
    B: P->next= H->next
    C: P=H
    D: P=H->next