Question
Which statement about Circular Linked List is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. traversal can continue cyclically without reaching a null link
Explanation:
The defining property is that traversal can continue cyclically without reaching a null link.
The other statements describe different structures or concepts.
Leave a Reply