+ 1
in case we need to write two or more than two line of comments then what should we use?
same as single line comment //?
2 Respuestas
+ 5
/* first line
second one
.
.
.
.
*/
+ 1
The same syntaxe as C++ :
/* First line
2nd line
3rd line...
*/
same as single line comment //?