请在 下方输入 要搜索的题目:

The condition that the double-loop linked list L with a head is empty is()


A、L->prior==L&&L->next==NULL;
B、L->prior==NULL&&L->next==NULL;
C、L->prior==NULL&&L->next=L;
D、L->prior==L&&L->next==L

发布时间:2025-07-11 02:03:05
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:L->prior==L&&L->next==L
登录 - 搜搜题库网
立即注册
注册 - 搜搜题库网
立即登录