设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为()。

A:front=front+1 B:front=(front+1)%(m-1) C:front=(front-1)%m D:front=(front+1),%m

判断“链式队列为空”的条件是______(front为头指针,rear为尾指针)。

A:front==NULL B:rear==NULL C:front==rear D:front!=rear

设数组data[m]作为循环队列sq的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。

A:front=-front+1 B:front=-(front+1)%(m-1) C:front=-(front-1)%m D:front=-(front+1)%m

设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。

A:front=front+1 B:front=(front+1)%(m-1) C:front=(front-1)%m D:front=(front+1)%m

设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。

A:front=front+1 B:front=(front+1)%(m-1) C:front=(front-1)%m D:front=(front+1)%m

设数组data[m]作为循环队列sq的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。

A:front=-front+1 B:front=-(front+1)%(m-1) C:front=-(front-1)%m D:front=-(front+1)%m

设数组data[m]作为循环队列SQ的存储空间,front为队头指针,rear为队尾指针,则执行出队操作后其头指针front值为( )。

A:front=front+1 B:front=(front+1)%(m-1) C:front=(front-1)%m D:front=(front+1)%m

微信扫码获取答案解析
下载APP查看答案解析