Vidyalelo
Data Structure · Q3

Linked Lists in Data Structures

Programming · Data Structure · question 3

Q3

What is a circular linked list?

A.
A list where each node points to the next
B.
A list where the last node points to the first node
Answer
C.
A list where each node points to itself
D.
A list where the nodes are in a circle

Answer: Option B

Solution

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