InterviewSolution
Saved Bookmarks
| 1. |
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 to find the meaning of the comment(c) comments are executable(d) comments are executed by the compilerI have been asked this question by my college professor while I was bunking the class.The origin of the question is Comments and Indentation topic in chapter Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» Correct option is (a) COMMENTS are parts of the SOURCE code DISREGARDED by the compiler |
|