Computer Science, asked by devendra283470, 8 months ago

1. Give detail explanation of stack​

Answers

Answered by purushothamvajjula
1

Answer:

Explanation:A stack is a container of objects that are inserted and removed according to the last-in first-out (LIFO) principle. ... A stack is a limited access data structure - elements can be added and removed from the stack only at the top. push adds an item to the top of the stack, pop removes the item from the top.

Answered by thanyabgangandhar8
0

Answer:

A stack is a container of objects that are inserted and removed according to the last-in-first-out (LIFO) principle. ... A stack is a limited access data structure - elements can be added and removed from the stack only at the top. push adds an item to the top of the stack, pop removes the item from the top.

Similar questions