Question
Which statement about Singly Linked List is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. forward traversal is supported but direct backward traversal is not
Explanation:
The defining property is that forward traversal is supported but direct backward traversal is not.
The other statements describe different structures or concepts.
Leave a Reply