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
D. By checking if the queue is empty
Answer: Option C

Join The Discussion