preprocessor teriminin İngilizce İngilizce sözlükte anlamı
program that processes its input data to produce output that is used as input to another program
A program that runs before the compiler and which handles pre-processors directives Preprocessor directives are given on lines begining with a '#' The most common preprocessor directive is "#include"
The preprocessor is the earliest phase of the compilation process It performs tasks such file inclusion, macro expansion, conditional compilation, string concatentation, comment stripping, and so on
A program that examines the source program for preprocessor statements that are then interpreted, resulting in the alteration of the source program
A phase of the compiler that examines the source program for preprocessor statements, which are then executed, resulting in the alteration of the source program