4) What is comment in C++ program?
Answers
Answered by
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