Google News
logo
CPP - Quiz(MCQ)
What is a comment in c++?
A)
comments are parts of the source code disregarded by the compiler
B)
comments are executed by the compiler
C)
comments are executable
D)
comments are executed by the compiler to find the meaning of the comment

Correct Answer :   comments are parts of the source code disregarded by the compiler


Explanation : Comments are used to add meaning to the program.

Advertisement