Physics, asked by ParteekTushir4594, 1 year ago

Write full note on ‘Stack’.

Answers

Answered by richa2287
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 IASofficer
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