1.

Which file is converted to an object file?(a) hex file(b) decoded file(c) coded file(d) assembly fileThe question was asked by my school principal while I was bunking the class.My doubt stems from The Compilation Process topic in section Writing Software for Embedded Systems of Embedded Systems

Answer»

Correct option is (d) assembly file

The best EXPLANATION: The OUTPUT of the pre-PROCESSOR is given to the compiler which produces an assembler file from the instruction codes of the processor and this possesses LIBRARIES. The assembly file is then converted into the OBJECT file and this contains the hexadecimal coding.



Discussion

No Comment Found

Related InterviewSolutions