The return address of the Sub-routine is pointed to by _______
The location to return to, from the subroutine is stored in _______
What is subroutine nesting?
The order in which the return addresses are generated and used is _________
In case of nested subroutines the return addresses are stored in __________
The appropriate return addresses are obtained with the help of ____ in case of nested routines.
When parameters are being passed on to the subroutines they are stored in ________
The most efficient way of handling parameter passing is by using ______
The most Flexible way of logging the return addresses of the subroutines is by using _______
The wrong statement/s regarding interrupts and subroutines among the following is/are ______
i) The sub-routine and interrupts have a return statement
ii) Both of them alter the content of the PC
iii) Both are software oriented
iv) Both can be initiated by the user