Respuesta :

Answer:

False

comments in C++ (block or inline comments) is used to explain what the program will do.

Examples :

//declare a and b variable

var a;

var b;

Hope it helps!