what is stack defined?
Answers
Answered by
4
Answer:
In computing, a stack is a data structure used to store a collection of objects. Individual items can be added and stored in a stack using a push operation. ... Stacks have several applications in commuter programming. LIFO stacks, for example, can be used to retrieve recently used objects, from a cache.
Hope it helps ❣️
Answered by
0
Answer:
In computing, a stack is a data structure used to store a collection of objects. Individual items can be added and stored in a stack using a push operation. ... Stacks have several applications in commuter programming. LIFO stacks, for example, can be used to retrieve recently used objects, from a cache.
Explanation:
Similar questions