McqMate
| 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. | |
View all MCQs in
Computer ArchitectureNo comments yet