1.

Which command takes the object file and searches library files to find the routine calls?(a) simulator(b) emulator(c) debugger(d) linkerThis question was posed to me in semester exam.This interesting question is from The Compilation Process-II in section Writing Software for Embedded Systems of Embedded Systems

Answer»

Right choice is (d) LINKER

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions