Comments:
Comments are used to document and explain your codes and
program logic.
Comments are not programming statements and are ignored by
the compiler
There are two kinds of comments in C++:
- Multi - line Comment : begins with a /* and ends with a */, and can span several lines.
- End - of - line Comment : begins with // and lasts till the end of the current line.
1 Comments
Good Information thanks
ReplyDelete