Vidyalelo
Data Structure · Q20

Stacks in Data Structures

Programming · Data Structure · question 20

Q20

What is the main advantage of using a linked list to implement a stack compared to an array?

A.
No fixed size limit
Answer
B.
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