C Programming - C Preprocessor - Discussion

Discussion Forum : C Preprocessor - True / False Questions (Q.No. 14)
14.
A preprocessor directive is a message from compiler to a linker.
True
False
Answer: Option
Explanation:

FALSE

Example: #define symbol replacement

When the preprocessor encounters #define directive, it replaces any occurrence of symbol in the rest of the code by replacement. This replacement can be an statement or expression or a block or simple text.

Discussion:
2 comments Page 1 of 1.

Shaik mohammed mudasir said:   1 decade ago
Good experience.

Kaushal said:   6 years ago
Please explain in detail.

Post your comments here:

Your comments will be displayed after verification.