Question
Which statement about Circular Queue is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. the rear index can wrap to the beginning of the array
Explanation:
The defining property is that the rear index can wrap to the beginning of the array.
The other statements describe different structures or concepts.
Leave a Reply