Question no 4 | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Question no 4

multi-line comments

15th Jan 2018, 4:16 AM
Qarib Haider
Qarib Haider - avatar
1 Resposta
+ 16
Commentsare used to remind yourself and to inform others about the function of your program.Ā Multiline commentsĀ are used for large text descriptions of code or toĀ commentĀ out chunks of code while debugging applications.CommentsĀ are ignored by the compiler.
15th Jan 2018, 5:50 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar