Q. Last in First Out(LIFO)is implemented in
Solution:
- A stack is a container of objects that are inserted and removed according to the last-in first-out (LIFO) principle.
- In the pushdown stacks only two operations are allowed: push the item into the stack, and pop the item out of the stack.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.