InterviewSolution
Saved Bookmarks
| 1. |
When parameters are being passed on to the subroutines they are stored in ________(a) Registers(b) Memory locations(c) Processor stacks(d) All of the mentionedThe question was asked in an international level competition.My doubt is from Subroutines and Nesting topic in division Machine Instructions and Programs of Computer Architecture |
|
Answer» RIGHT OPTION is (d) All of the mentioned For EXPLANATION I would say: In the case of, parameter PASSING the data can be stored on any of the storage space. |
|