Q17
In a stack implemented using an array, what happens if the stack exceeds its predefined size?
A.
The stack expands dynamically
B.
The stack overflows
AnswerC.
The stack shrinks
D.
The program crashes
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board