1.

Which of the following allows the programmer to define constants?(a) pre-processor(b) compiler(c) emulator(d) debuggerI got this question in an interview.The origin of the question is The Compilation Process topic in section Writing Software for Embedded Systems of Embedded Systems

Answer»

The correct answer is (a) pre-processor

The best explanation: The pre-processor processes the SOURCE code before it GOES to the compiler and this allows the programmer to DEFINE variable types, constants, and much other information.



Discussion

No Comment Found

Related InterviewSolutions