Answers

Question and Answer:

  Home  x86

⟩ What is stack?

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.

 180 views

More Questions for you: