πŸ“Š Computer Architecture
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
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
the work space allocated to a subroutine gets deallocated when the routine is completed.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
982
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate