Question
Which data structure or concept is best described as a linked list whose last node points back to the first node?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Circular Linked List
Explanation:
Circular Linked List is a linked list whose last node points back to the first node.
This description distinguishes it from the other choices.
Leave a Reply