Multiple choice

If Front = Rear, then what does it state about a queue?

  1. Queue overflow

  2. Queue underflow

  3. Queue is having only one element.

  4. Queue elements cannot be deleted.

  5. Queue is full of elements.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

If Front = Rear, then it states that the queue is having only one element.