1.

After the compilation process, the file containing the assembly instructions for the microcontroller is stored in a file. What is the file type?(a) .o(b) .hex(c) .cpp(d) .hppI had been asked this question in a job interview.My doubt is from Compilation topic in division Arduino Programming of Arduino

Answer»

Right answer is (B) .hex

The best explanation: The assembly instructions for the microcontroller is STORED in a hex file. This file contains the assembly instructions in hex format for the microcontroller to understand and execute. It is the binary executable file that ALLOWS us to execute the high-level C CODE on any microcontroller.



Discussion

No Comment Found

Related InterviewSolutions