Why shouldn’t these directives end with a semicolon?
Mushfiqur Rahman
31 Jan, 2013
Ans: 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.