Computer Science, asked by shaktisingh57196, 1 year ago

Concept of stack organisation

Answers

Answered by rupaliwarnulkar
0
Hi freind
the answer of this question is


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