Examveda

In a fixed-size queue implemented using an array, how do you manage the wrap-around situation?

A. By using a circular array

B. By increasing the array size

C. By resetting the array index

D. By using a dynamic array

Answer: Option A


This Question Belongs to Data Structure >> Queues In Data Structures

Join The Discussion

Related Questions on Queues in Data Structures