Solved

Which of the Following Statements About Dynamic Linking Is False

Question 5

Multiple Choice

Which of the following statements about dynamic linking is false?


A) References to external functions are not resolved until a process issues calls to the functions.
B) A dynamically linked program must be relinked when a library that is uses is modified.
C) Shared library code can be stored separately from other program code.
D) Dynamic linking saves space on secondary storage, as only a single copy of a shared library must be stored.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions