x86 Question:
Download Questions PDF

What is stack?

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.

Download x86 Interview Questions And Answers PDF

Previous QuestionNext Question
Can ROM be used as stack?What is flag?