Give few applications of stack.
Answers
Answered by
1
Stack is an abstract data type and a data structure that follows LIFO (last in first out) strategy. It means the element added last will be removed first. Stack allows two operations push and pop. Push adds an element at the top of the stack and pop removes an element from top of the stack.
Hope this helps u..
plz mark me as brainlist ..
# be brainly..
Similar questions