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
AnswerD.
Simplified memory allocation
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board