English, asked by dishaprakash989, 5 months ago

4) What is comment in C++ program?​

Answers

Answered by rajendradahate151
0

Answer:

Comments in C++

Program comments are explanatory statements that you can include in the C++ code. ... C++ supports single-line and multi-line comments. All characters available inside any comment are ignored by C++ compiler.

Similar questions