InterviewSolution
Saved Bookmarks
| 1. |
The order in which the return addresses are generated and used is _________(a) LIFO(b) FIFO(c) Random(d) Highest priorityI had been asked this question during an online exam.The query is from Subroutines and Nesting topic in portion Machine Instructions and Programs of Computer Architecture |
|
Answer» RIGHT ANSWER is (a) LIFO To EXPLAIN I WOULD say: That is the routine called first is returned first. |
|