Computer Science, asked by srinivasnaren007, 7 months ago

Explain about Stack Organization in Detail​

Answers

Answered by avikajain22
1

Stack is a storage structure that stores information in such a way that the last item stored is the first item retrieved. It is based on the principle of LIFO (Last-in-first-out). The stackin digital computers is a group of memory locations with a register that holds the address of top of element.

Similar questions