Write full note on ‘Stack’.
Answers
Answered by
1
a strong wooden or metal post with a point at one end driven into the ground to support a plant from part of fence
Answered by
0
What is Stack Data Structure?
Stack is an ordered list of similar data type.
Stack is a LIFO(Last in First out) structure or we can say FILO(First in Last out).
push() function is used to insert new elements into the Stack and pop() function is used to remove an element from the stack.
Similar questions