volume_mute

Anything comes after // is not executable

publish date2022/09/25 04:14:00 GMT+10

volume_mute
True
False

Correct Answer

True

Explanation

The first four lines of the program begins with the pair of symbols // (shown in green), which are comments. Comments are for the user; they typically explain the purpose of the programs, that is, the meaning of the statements.  Comments are not executable.

Reference

C++ Programming, 7th edition, D. S. Malik


Quizzes you can take where this question appears