Answer:
Stack is a portion of RAM used for saving the content of Program Counter and general purpose registers.
LIFO stacks, also known as "push down" stacks, are the conceptually simplest way of saving information in a temporary storage location for such common computer operations as mathematical expression evaluation and recursive subroutine calling.
LIFO stacks, also known as "push down" stacks, are the conceptually simplest way of saving information in a temporary storage location for such common computer operations as mathematical expression evaluation and recursive subroutine calling.
Previous Question | Next Question |
Can ROM be used as stack? | What is flag? |