Skip to main content
Loading page content
Algo
Flow
Visualizers
Mental Math
Dashboard
Log in
Sign up
Back to Visualizer
Question 1 of 5
Implementations
• Stack using Array
What is a key limitation of implementing a stack using a fixed-size array?
A
It cannot support push operations
B
The stack has a maximum capacity and can overflow
C
It cannot support pop operations
D
It requires more memory than a linked list always