TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
what is preprocessor
|
produce output before execution
|
|
produce input after completing
|
|
before completing, produce input
|
|
none of these
|
Explanation:
Detailed explanation-1: -Preprocessor directives begin with the # token followed by a preprocessor keyword. The # token must appear as the first character that is not white space on a line. The # is not part of the directive name and can be separated from the name with white spaces.
Detailed explanation-2: -A software program that processes the source file before sending it to actual compilation is called preprocessor.
There is 1 question to complete.