Home » C++ Programming » Comments » Question
  1. What is used to write multi line comment in c++?
    1. /$ …. $/
    2. //
    3. /* …. */
    4. All of above
    5. None of these
Correct Option: C

The /* is used to write the multi line comment.



Your comments will be displayed only after manual approval.