Computer Science
The process of inserting an element in Stack is called:
- Create
- Push
- Evaluation
- Pop
Python Stack
1 Like
Answer
Push
Reason — The process of inserting/adding a new element to the Stack is called PUSH operation.
Answered By
2 Likes
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