Q20
What is the main advantage of using a linked list to implement a stack compared to an array?
A.
No fixed size limit
AnswerB.
Better cache locality
C.
Faster access time
D.
Simpler implementation
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board