Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 33)
33.
Resolution of externally defined symbols is performed by
Linker
Loader
Compiler
Assembler
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Vaibhav wagh said:   6 years ago
it is for linker that links predefined(system defined) library and external library (user defined in code and external added) so thats why it is linking

Cittu said:   7 years ago
At the dynamic linking phase, the system defines libraries, as well as external files, are added to the assembly code. Thus A is the correct option.

Mitali said:   1 decade ago
At the dynamic linking phase the system defined libraries as well as external (user defined libraries) are added to the assembly code. So the answer is (A).

Cusat < nitish> said:   1 decade ago
It is at the linking time when the externally defined symbol using extdef is resolved. It is because at this time the programs are combined as one and then the real execution starts. So the answer is linker (a).

Post your comments here:

Your comments will be displayed after verification.