Comments in C++ Program-AJan 25, 20201 min read For single line comments, use // before mentioning comment, like For multiple line comment, enclose the comment between /* and */
Comments