Vidyalelo
Data Structure · Q34

Linked Lists in Data Structures

Programming · Data Structure · question 34

Q34

In which scenario is a circular linked list particularly useful?

A.
Implementing a queue
Answer
B.
Implementing a stack
C.
When you need a dynamic array
D.
When you need an ordered list

Answer: Option A

Solution

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