The Preprocessor - C Preprocessor

C examples for Preprocessor:Preprocessor Operators

Introduction

The preprocessor directives are shown here:

#define                  #endif                  #ifdef                    #line

#elif                    #error                  #ifndef                   #pragma

#else                    #if                     #include                  #undef

Related Tutorials