Q13
In a queue, how do you determine if the queue is full when using a fixed-size array?
A.
By comparing the current size to the array size
B.
By checking if the front index is equal to the rear index
C.
By checking if the rear index is one less than the front index
AnswerD.
By checking if the queue is empty
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board