Home / Questions / Which of the following are valid comments ? /*comment*/ /*comment //comment */comment*/
Explanatory Question

Which of the following are valid comments ?

  1. /*comment*/
  2. /*comment
  3. //comment
  4. */comment*/

👁 60 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The valid comments are:

Option 1 — /*comment*/
Option 3 — //comment