Multiple choice If Front = Rear, then what does it state about a queue? Queue overflow Queue underflow Queue is having only one element. Queue elements cannot be deleted. 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.