非空的循环单链表head的尾结点p满足()。A、p->next==headB、p->next==NULLC、p==NULLD、p==head

题目

非空的循环单链表head的尾结点p满足()。

  • A、p->next==head
  • B、p->next==NULL
  • C、p==NULL
  • D、p==head

相似考题
参考答案和解析
正确答案:A