在下列链队列Q中,元素a出队的操作序列为()。

<img src='https://img2.soutiyun.com/shangxueba/ask/17889001-17892000/17891972/2015110217055882984.jpg' /> A.p=Q.front->next;p->next=Q.front->next B. p=Q.front->next;Q.front->next=p->next C. p=Q.rear->next;p->next=Q.rear->next D. p=Q->next;Q->next=p->next

时间:2023-09-08 17:34:15

相似题目