Question
A programmer needs fixed-size buffering, and the chosen structure has the property that the rear index can wrap to the beginning of the array. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Circular Queue
Explanation:
Circular Queue fits because it supports fixed-size buffering and the rear index can wrap to the beginning of the array.
Both clues point to this choice.
Leave a Reply