

InterviewSolution
Saved Bookmarks
1. |
What is the first stage of the compilation process?(a) pre-processing(b) post-processing(c) compilation(d) linkingThis question was posed to me in my homework.Asked question is from The Compilation Process topic in division Writing Software for Embedded Systems of Embedded Systems |
Answer» CORRECT OPTION is (a) pre-processing To EXPLAIN: The pre-processing involves the first stage of the compilation process in which the include files are added. This file DEFINES the standard functions, constants etc and the output is fed to the compiler. |
|