Vidyalelo
Data Structure · Q11

Queues in Data Structures

Programming · Data Structure · question 11

Q11

What is the primary advantage of using a circular queue over a linear queue?

A.
Better utilization of memory
Answer
B.
Faster operations
C.
Simpler implementation
D.
No advantage

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board