Question: In a queue implemented using an array, what happens when the array is full?
Options:
Correct Answer: Overflow error
Solution:
When a queue implemented using an array is full, it results in an overflow error as no more elements can be added.