Question: Which of the following is true about a circular linked list?
Options:
Correct Answer: The last node points to the first node
Solution:
In a circular linked list, the last node points back to the first node, creating a circular structure.