Question: Suppose you used a queue implemented using Circular array Queue and whose size is 11 and the elements of the queue are q[0],[1].q[2).....q[10]. The front

Suppose you used a queue implemented using Circular array Queue and whose size is 11 and the elements of the queue are q[0],[1].q[2).....q[10]. The front and rear indexes are initialized to point at q[2]. In which position will the ninth element be added? Select one: O A. q[0] O B. q[1] O C. q[9] O D. q[10]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
