1.

Which of the following has the include file?(a) emulator(b) debugger(c) pre-processor(d) simulatorThe question was asked during an interview.This is a very interesting question from The Compilation Process in section Writing Software for Embedded Systems of Embedded Systems

Answer»

The correct answer is (c) pre-processor

To explain I would say: The pre-processor produces the source code before it goes to the compiler and this ALLOWS the programmer to define variable TYPES, CONSTANTS, and much other INFORMATION. This pre-processor also has to include files and combines them into the program source.



Discussion

No Comment Found

Related InterviewSolutions