Vidyalelo
Data Structure · Q37

Introduction to Data Structures

Programming · Data Structure · question 37

Q37

What is the primary disadvantage of a linked list compared to an array?

A.
Fixed size
B.
Dynamic size
C.
Slow access to elements by index
Answer
D.
Simplified memory allocation

Answer: Option C

Solution

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