Discussion :: PHP - CS
-
We can use _________ to comment a single line?
1. /?
2. //
3. #
4. /* */
Answer : Option C
Explanation :
/* */ can also be use to comment just a single line although it is used for paragraphs. // and # are used only for single line comment.
Be The First To Comment