Vidyalelo
Data Structure · Q2

Linked Lists in Data Structures

Programming · Data Structure · question 2

Q2

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

A.
Dynamic size
B.
Random access
C.
Ease of insertion and deletion
D.
Memory overhead
Answer

Answer: Option D

Solution

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