+ 2
We can use ; after preprocessor or not it gives same output. Why?
3 Answers
+ 3
Preprocessor directives do not require a semicolon (;). Adding an unneeded semicolon simply inserts an empty statement which does nothing.
+ 2
preprocessor directives need not to end with a semicolon
+ 2
Thanks