Computer Science, asked by rajputhemantkumar2, 6 hours ago

What is a comment statement? How will you add a comment statement in a program ?

Answers

Answered by itzsehaj
9

ANSWER:-

A comment statement is where the programmer place a remark in the source c.ode. The content of the comment is ignored by the compiler.

The single line comment is //. Everything from the // to the end of the line is a comment. To mark an entire region as a comment, use /* to start the comment and */ to end the comment.

HOPE IT HELPS

Similar questions