C++ Comments|C++ single line comment|C++ multi line comment?

 C++ supports single line and multi line comments. All characters available inside any comment are ignored by C++ compiler.

 C++ single line comment:

                         // this is single line comment //

C++ multi line comment:

                              /*  this is multi line

                                       c++ comment */


Post a Comment

Please do not enter any spam link in the comment box