Multiple choice

__________ begin(s) with a slash-asterisk, end(s) with an asterisk-slash and can span multiple lines.

  1. Single line comment

  2. Comments

  3. Multiline comments

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Multiline comments begins with a slash-asterisk, ends with an asterisk-slash and can span multiple lines.