Why shouldn’t these directives end with a semicolon?
Mushfiqur Rahman
2 Aug, 2013
Generally in c programming all the statements are end
with semicolon for compiling. Headers are generally not compiled themselves but
only for inclusion into *.cpp files.