Vidyalelo
Data Structure · Q142

Introduction to Data Structures

Programming · Data Structure · question 142

Q142

What does 'stack overflow' refer to?

A.
accessing item from an undefined stack
B.
adding items to a full stack
Answer
C.
removing items from an empty stack
D.
index out of bounds exception

Answer: Option B

Solution

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