Vidyalelo
Data Structure · Q195

Introduction to Data Structures

Programming · Data Structure · question 195

Q195

What does 'stack underflow' refer to?

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

Answer: Option C

Solution

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