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
AnswerC.
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