Computer Science
Related Questions
Stack is a linear data structure.
PUSH operation may result in underflow condition.
The process of removing an element from Stack is called:
- Create
- Push
- Evaluation
- Pop
In a Stack, if a user tries to remove an element from an empty Stack, the situation is called:
- Underflow
- Empty collection
- Overflow
- Garbage collection