Question
When can compile-time address binding be used?
Select an option. Your answer will be checked instantly.
Correct Answer: C. When the program's final memory location is known during compilation
Explanation:
Compile-time binding lets the compiler generate absolute addresses for a known load location.
If the location changes, the program generally must be recompiled.
Leave a Reply