What are pre-processor directives?
- Pre-processor directives are placed at the beginning of a C program. They begin with # symbol.
- This is the place, where library files are specified depending on functions to be used in the program.
- Pre-processor directives are used for declaration of constants.