Multiple choice

Which symbol should be used when comment inserts in the program?

  1. #

  2. /* & *

  3. ( )

  4. < >

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

 This symbol is used when any comment insert in the program. The comment is written anywhere in the program. There is a no effect of comment in the output of the program. If we will insert comment without these symbols, then it will effect the program's output.