Computer Science
Related Questions
PUSH operation may result in underflow condition.
The process of inserting an element in 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
Pushing an element into a Stack already having five elements and a Stack of size 5, then the Stack becomes:
- User flow
- Crash
- Underflow
- Overflow