How to end single line comments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to end single line comments?

hey

22nd Jul 2017, 5:21 AM
Riddhi
Riddhi - avatar
4 Answers
+ 3
//This is a comment
22nd Jul 2017, 5:27 AM
Apoorva Shenoy Nayak
Apoorva Shenoy Nayak - avatar
+ 1
you dont end a single line comment with anything only multiple lines. // single line comment /*multiple line comment multiple line comment*/
22nd Jul 2017, 9:37 AM
D_Stark
D_Stark - avatar
0
idk
22nd Jul 2017, 5:21 AM
Riddhi
Riddhi - avatar
0
end of the line ends the single line comments. If you are seeking other ways to end, you can always use block comments.
22nd Jul 2017, 5:47 AM
Venkatesh Pitta
Venkatesh Pitta - avatar