⦁ COMMENTS IN C++:
There are two types of comments are used in c++ which are:
1. single line comment.
2. double line comment.
⦁ SINGLE LINE COMMENT:
A single line comment is a comment which is used to write data in a single line during coding.
The symbol is //
⦁ DOUBLE LINE COMMENT:
A double line comment is a comment which is used to write data in multiple lines during coding.
The symbol is /* ----------------------------------------------------------*/