Question: How is comment created?

  1. `-- This is a comment`
  2. `# This is a comment`
  3. `/_ This is a comment _\`
  4. `// This is a comment`

Answer: The correct answer of the above question is Option B:`# This is a comment`