Stack
- Stack is a linear data structure
- In which the insertion and deletion are made at one end called TOP
- It has two operation
- push
- pop
- push-it is used to add a new element into stack
- pop-It is used to remove a element in a stack
- It has two operation
No comments