Vidyalelo
Data Structure · Q13

Stacks in Data Structures

Programming · Data Structure · question 13

Q13

What happens when a stack overflows?

A.
The program crashes
B.
The top element is lost
C.
An error is thrown
Answer
D.
The stack size increases dynamically

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board