Vidyalelo
Data Structure · Q19

Linked Lists in Data Structures

Programming · Data Structure · question 19

Q19

What is the result of reversing a singly linked list?

A.
A circular linked list
B.
A doubly linked list
C.
A linked list with nodes in reverse order
Answer
D.
An error

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board