ABSTRACT

Preprocessor is the part of the compiler that processes a C program before its compilation. In this chapter, we’ll discuss how to define and use macros in a C program and then we’ll present preprocessor directives that support the conditional compilation of a C program.