0
Question no 4
multi-line comments
2 Respostas
+ 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.