There are four main types of preprocessor directives.
These include Macros, File inclusion, conditional compilation, and other directives.
• Preprocessor directives are lines contained in a program that begins with the character number, which makes them different from standard source code text.
• They are invoked by the compiler to process some programs before compilation.
• A preprocessor command is a line of code placed inside a MOF file that controls the way that it assembles codes.
• These directives are typically used to make source programs easy to change and easy to compile in different situations.
• Directives in the supplier file tell the preprocessor to take specific actions. Before a C program is compiled, source code is processed by the preprocessor.