'#' is a preprocessor directive. The compilers processes
Lines in a code starting with a '#' before it compiles the
Whole code . Example #define TEN 10 the compiler would
Replace all instances of...