Vidyalelo
Data Structure · Q43

Queues in Data Structures

Programming · Data Structure · question 43

Q43

What happens if you dequeue an element from a queue that is currently full?

A.
The queue remains unchanged
B.
An overflow error occurs
C.
The queue automatically resizes
D.
An underflow error occurs
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board