What MIPS registers bound the local variable storage area for a subroutine?

What MIPS registers bound the local variable storage area for a subroutine?



A. $gp and $fp
B. The stack pointer and the frame pointer.
C. $fp and $sp
D. $ra and $sp
E. The stack pointer and the return address.
F. The frame pointer and the global pointer.
G. $sp and $gp


Answer:

B. The stack pointer and the frame pointer.
C. $fp and $sp


Learn More :