Preprocessor

A preprocessor is a program that replaces source code before compiling C language. Called automatically by the C language compiler.

Before compiling, more specifically, before lexical analysis begins.

Preprocessor instructions

Preprocessor instructions are instructions that the preprocessor has. Frequently used items include "#include" and "#define".

<

Associated Information