

McqMate
Q. |
The private space gets allocated to each subroutine when |
A. | the first statement of the routine is executed |
B. | when the context switch takes place |
C. | when the routine gets called |
D. | when the allocate instruction is executed |
Answer» C. when the routine gets called | |
Explanation: when the call statement is executed, simultaneously space also gets allocated. |
View all MCQs in
Computer ArchitectureNo comments yet