Vidyalelo
Data Structure · Q15

Introduction to Data Structures

Programming · Data Structure · question 15

Q15

What is the primary advantage of using a linked list over an array?

A.
Constant time access to elements
B.
Dynamic size
Answer
C.
Simple memory allocation
D.
None of the above

Answer: Option B

Solution

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