These preprocessing directives create conditional compiling parameters that control thecompiling of the source code. They must begin on a separate line.Syntax: #if constant_expression #else #endif or #if constant_expression #elif constant_expression #endifThe compiler only compiles the code after t