Question
Which technique postpones linking a shared library routine until program execution?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Dynamic linking
Explanation:
Dynamic linking uses a small runtime stub to locate and bind a shared library routine when needed.
It supports library sharing and updates without embedding every routine in each executable.
Leave a Reply