Question: Which of the following is a characteristic of a circular queue?
Options:
Correct Answer: Both B and C
Solution:
A circular queue uses a fixed size array and allows for efficient memory usage by reusing empty spaces created by dequeued elements.