Computer Science, asked by bkbasi, 23 days ago

command is used to give comment in a option number (a) end (b) let (c) input (d) rem
its inportant guys please help​

Answers

Answered by pranamyasony
1

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