Vidyalelo
Data Structure · Q44

Introduction to Data Structures

Programming · Data Structure · question 44

Q44

Which of the following is a disadvantage of an array over a linked list?

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

Answer: Option A

Solution

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