Computer Science, asked by ashapanchal1412, 1 month ago

what is stack what is the use of stack pointer​

Answers

Answered by guneetkaur1378
3

Answer:

The Stack Pointer (SP) register is used to indicate the location of the last item put onto the stack. When you PUT something ONTO the stack (PUSH onto the stack), the SP is decremented before the item is placed on the stack.

Answered by guneetkaur1308
1

Answer:

The Stack Pointer (SP) register is used to indicate the location of the last item put onto the stack. When you PUT something ONTO the stack (PUSH onto the stack), the SP is decremented before the item is placed on the stack.

Explanation:

Similar questions