0
What does a comment end with
comments
4 Answers
+ 17
If you're talking about a multi-line comment, it starts with /* and ends with */
+ 16
@karthik We don't need to end a single-line comment. It only takes a // to start and automatically ends after you get to the next line.
+ 1
@Dayve what does a single comment end with
0
@Dayve thank you very much