Vidyalelo
Data Structure · Q24

Linked Lists in Data Structures

Programming · Data Structure · question 24

Q24

Which of the following is a disadvantage of doubly linked lists compared to singly linked lists?

A.
They use less memory
B.
They are easier to traverse
C.
They require more memory
Answer
D.
They allow for two-way traversal

Answer: Option C

Solution

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