πŸ“Š Computer Architecture
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) when the routine gets called

Explanation: when the call statement is executed, simultaneously space also gets allocated.


Explanation by: Mr. Dubey
when the call statement is executed, simultaneously space also gets allocated.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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