Question

If a stack is implemented using a fixed-size array, what is a significant disadvantage when the stack grows beyond its initial capacity?

A Increased memory overhead
B Slower access time for elements
C Stack overflow error
D Inability to perform `pop` operations
E Reduced cache performance
Practice Next

Hey! Ask a query