- A program which processes the source code before it passes through the compiler is known as preprocessor.
- The commands of the preprocessor are known as preprocessor directives.
- It is placed before the main().
- It begins with a # symbol.
- They are never terminated with a semicolon.
There are 3 Main Types of Preprocessor Directives:
- Macros
- File Inclusion
- Conditional Compilation
very easy to explain
ReplyDelete