Q.

Which command takes the object file and searches library files to find the routine calls?

A. simulator
B. emulator
C. debugger
D. linker
Answer» D. linker
Explanation: the linker is also known as a loader. it can take the object file and searches the library files to find the routine it calls. the linker can give the final control to the programmer concerning how unresolved references are reconciled, where the sections are located in the memory, which routines are used, and so on.
2.5k
0
Do you find this helpful?
20

Discussion

No comments yet