C preprocessors can have compiler specific features
C preprocessors can have compiler specific features mcq and its answer is provided on this page.
Preprocessor is used to replace the macro definitions in program wherever they are used.
A C preprocessor is also called as macro processor.
Compilation is a process of converting a computer program into lower level form or machine code so that it can be executed.
C preprocessors can have compiler specific features
Que. | C preprocessors can have compiler specific features | |
a | a) True | |
b | b) False | |
c | c) Depends on the standard | |
d | d) Depends on the platform | |
Answer: a | ||
Explanation : #pragma is compiler specific feature. |
Comments
Post a Comment