Q. The reserved memory or private space of the subroutine gets deallocated when (Solved)
1. the stop instruction is executed by the routine
2. the pointer reaches the end of the space
3. when the routine’s return statement is executed
4. none of the mentioned
- c. when the routine’s return statement is executed