+ 2
preprocessors are the directives.
it will give instruction to the compiler to preprocess the information before actual compilation starts.
All preprocessor directives begin with #, white-space characters appear before a preprocessor directive on a line.
it should not end with semicolon (;).



