Q.

The reserved memory or private space of the subroutine gets deallocated when                 

A. the stop instruction is executed by the routine
B. the pointer reaches the end of the space
C. when the routine’s return statement is executed
D. none of the mentioned
Answer» C. when the routine’s return statement is executed
Explanation: the work space allocated to a subroutine gets deallocated when the routine is completed.
4k
0
Do you find this helpful?
24

View all MCQs in

Computer Architecture

Discussion

No comments yet