Computer Science, asked by anil503964, 5 months ago

The command that helps to add comments or remarks to a program without affecting its flow .

Answers

Answered by anushikumari1122
3

Answer:

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.

Similar questions