Question:

The stack pointer in a microprocessor is a register containing:

Show Hint

SP always points to the top of the stack → helps in memory management.
Updated On: May 26, 2025
  • the address of the next operand
  • the current size of the stack
  • the address of the top of the stack
  • the address for storing result of automatic operations temporarily
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The Stack Pointer (SP) holds the memory address of the topmost element in the stack. It is used for push/pop operations.
Was this answer helpful?
0
0