649 views
0 votes
0 votes
Consider a queue Q with a maximum size of 11, implemented as a circular array [0..11]. Let Q is already filled with 10 elements, except at Q[8] and Q[9]. If one dequeue operation is being performed on this queue, from which of the following indices the element is possibly dequeued?

a)7

b)9

c)10

d)0

1 Answer

0 votes
0 votes
option d

No related questions found