COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
what is preprocessor
A
produce output before execution
B
produce input after completing
C
before completing, produce input
D
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.