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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board