Author name: vasu

C++ comments

Comments in C++ are the explanatory statements that helps a reader to understand the code. We can write single line as well as multi line comments in C++. Anything that is included inside a comment is ignored by the compiler. Single line comment : A single line comment can be

C++ comments Read More »