

InterviewSolution
Saved Bookmarks
1. |
Which of the following processes the source code before it goes to the compiler?(a) compiler(b) simulator(c) pre-processor(d) emulatorI have been asked this question in semester exam.My question is from The Compilation Process in portion Writing Software for Embedded Systems of Embedded Systems |
Answer» RIGHT ANSWER is (c) pre-processor The BEST explanation: The pre-processor is responsible for processing the source code before it goes to the COMPILER and this in turn allows the programmer to define variable types, constants, and much other information. |
|