When a module is executing what happens when the end of the module is reached?

1 answer

Answer

1051342

2026-04-22 02:55

+ Follow

When a module is called, the computer jumps to that module and executes the statement in the module's body. Then, when the end of the module is reached, the computer jumps back to the part of the program that called the module, and the program resumes execution at that point.
End

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.