Why shouldn’t these directives end with a semicolon?


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.

No comments:

Post a Comment