Answer:
The C preprocessor is a tool which filters your source code before it is compiled. The preprocessor allows constants to be named using the #define notation.It is particularly useful for selecting machine dependent pieces of code for different computer types, allowing a single program to be compiled and run on several different computers.
Previous Question | Next Question |
What is cpp? | What are the advantages of C Preprocessor? |