Programming Language PHP Basic MCQ Question #2350
Single Choice Not Set

QWe can use ___ to comment a single line?
i) /?
ii) //
iii) #
iv) /* */

ID: #2350 PHP Basic MCQ 5,471 views
Question Info
#2350Q ID
Not SetDifficulty
PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Only (ii)
  • B (i), (iii) and (iv)
  • C (ii), (iii) and (iv)
  • D Both (ii) and (iv)
Correct Answer

Explanation

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

Share This Question

Challenge a friend or share with your study group.