Vidyalelo
Data Structure · Q23

Introduction to Data Structures

Programming · Data Structure · question 23

Q23

What is the main characteristic of a circular queue?

A.
It has a fixed size
B.
It uses a linked list
C.
The last position is connected to the first position
Answer
D.
It can grow dynamically

Answer: Option C

Solution

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