Computer Science, asked by samjetsabamsunita, 20 hours ago

which command is used to give comments in a program​

Answers

Answered by mayank8863923323
0

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