what is pre processor directive? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is pre processor directive?

20th Aug 2016, 3:30 PM
Abdullah Asim
Abdullah Asim - avatar
2 Answers
+ 1
The preprocessor directives give instruction to the compiler to preprocess the information before actual compilation starts. All preprocessor directives begin with #, and only white-space characters may appear before a preprocessor directive on a line. Preprocessor directives are not statements, so they do not end with a semicolon (;).
2nd Sep 2016, 5:54 AM
atulvarma96
0
100 % correct
2nd Sep 2016, 6:22 AM
Abdullah Asim
Abdullah Asim - avatar