Vidyalelo
Data Structure · Q17

Stacks in Data Structures

Programming · Data Structure · question 17

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
Answer
C.
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