Question
What is dynamic loading?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Loading a routine into memory only when it is first called
Explanation:
Dynamic loading keeps unused routines out of memory until execution actually requires them.
This can reduce the process's memory footprint for large programs with rarely used code.
Leave a Reply