Answer:
the linker links all modules of a program before its execution begins.
it produce binary program that does not contain any unresolved external references.
if several programs use the same module from a library,each program will get a private copy of the module;several copies of the module might present in a memory at the same time if program using the same module.
the linker links all modules of a program before its execution begins.
it produce binary program that does not contain any unresolved external references.
if several programs use the same module from a library,each program will get a private copy of the module;several copies of the module might present in a memory at the same time if program using the same module.
You may be interested in:
OS Memory Management MCQs