InterviewSolution
Saved Bookmarks
| 1. |
______ pointer is used to point to parameters passed or local parameters of the subroutine.(a) Stack pointer(b) Frame pointer(c) Parameter register(d) Log registerThis question was posed to me in exam.My enquiry is from Parameter Passing and Stack Frame in section Machine Instructions and Programs of Computer Architecture |
|
Answer» The correct CHOICE is (b) Frame pointer |
|