Q:

What actually is the order of stack frame for a parameter to pass to a subroutine?

0

What actually is the order of stack frame for a parameter to pass to a subroutine?


  1. parameter passed to subroutine
  2. return address
  3. saved copies of registers(R4-R11)
  4. all of the mentioned

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).all of the mentioned

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

COMPUTER ARCHITECTURE - MICROCONTROLLER MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
When any subroutine is called, then the first valu... >>
<< Which registers are reserved for passing the param...