Home » C++ Programming » Comments » Question
  1. What is a comment in c++?
    1. comments are executable
    2. comments are parts of the source code disregarded by the compiler
    3. comments are executed by the compiler to find the meaning of the comment
    4. All of above
    5. None of these
Correct Option: B

Comments are used to add meaning to the program.



Your comments will be displayed only after manual approval.