Computer Science, asked by bramotswiri, 11 months ago

Discuss Stack Organization in detail?

Answers

Answered by Blaezii
0

Answer:

Stack Organization. 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 stack in digital computers is a group of memory locations with a register that holds the address of top of element.

Similar questions