+ 2
Multi-line Comment
C++ has /* comment here */ just as in CSS. Do you know of other languages that uses the same format?
6 Answers
+ 5
Java does.
+ 5
C# uses two types:
//single line coment
and
/* multi
line
coment */
+ 4
PHP
+ 3
JavaScript. and C
+ 3
java,c#, JavaScript, C
+ 1
Java uses the same for javadoc comments.