InterviewSolution
Saved Bookmarks
| 1. |
_____ the most suitable data structure used to store the return addresses in the case of nested subroutines.(a) Heap(b) Stack(c) Queue(d) ListI got this question in an internship interview.Origin of the question is Parameter Passing and Stack Frame in division Machine Instructions and Programs of Computer Architecture |
|
Answer» CORRECT CHOICE is (B) Stack Easiest EXPLANATION: NONE. |
|