Q8
What is the primary advantage of using a linked list over an array?
A.
Better cache locality
B.
Dynamic resizing
AnswerC.
Constant time access
D.
Reduced memory usage
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board