Home » PHP » PHP Introduction » Question
  1. We can use ___ to comment a single line?
    1. //
    2. #
    3. /* */
    4. /?
    5. A, B and C
Correct Option: E

/* */ can also be use to comment just a single line although it is used for paragraphs. // and # are used only for single line comment.



Your comments will be displayed only after manual approval.