why multi line comments shows no output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why multi line comments shows no output?

what are comments?

16th Sep 2016, 2:05 PM
yogesh bhavsar
yogesh bhavsar - avatar
4 Answers
+ 3
Comments are like notes for coding, and are ignored by the compiler.
17th Sep 2016, 12:44 AM
LeParadoxHD | YouTube
LeParadoxHD | YouTube - avatar
+ 2
Comments are ignored by the compilator. They are used to leave notes for ourselves and other developers to understand what the code does, and also allow you to dummy out a chunk of code you want to be able to put back easily for example.
16th Sep 2016, 2:12 PM
Zen
Zen - avatar
+ 1
//comments are use to make code readable by humans
6th Jan 2017, 1:39 PM
Jestoni Zamora Macasohol
Jestoni Zamora Macasohol - avatar
0
All comments are ignored by the complier, they're only visible when you're looking at the bare code.
4th Oct 2016, 12:47 PM
Filip Brzezicki
Filip Brzezicki - avatar