Let the following circular queue can accommodate maximum six elements with the following data What will happen
Question:
Let the following circular queue can accommodate maximum six elements with the following data
What will happen after ADD O operation takes place?
A. front = 2 rear = 5queue = ______; L, M, N, O, ___
B. front = 3 rear = 5queue = L, M, N, O, ___
C. front = 3 rear = 4queue = ______; L, M, N, O, ___
D. front = 2 rear = 4queue = L, M, N, O, ___
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Data Structures Using C A Practical Approach For Beginners
ISBN: 9781000470741
1st Edition
Authors: Amol M Jagtap, Ajit S Mali
Question Posted: