A preprocessor is a component of the C compiler that performs preprocessing tasks before the actual compilation process begins. The preprocessor operates on the source code file before it is passed to the compiler for translation into machine language.
Riya Answered question May 29, 2023
The C preprocessor is a micro processor that is used by compiler to transform your code before compilation. It is called micro preprocessor because it allows us to add macros.
Sandhya Answered question May 29, 2023
