volume_mute

return 0;

publish date2022/09/24 16:05:00 GMT+10

volume_mute

returns zero to the program itself which continues running

True
False

Correct Answer

False

Explanation

Returns the value 0 to the operating system when the program terminates.

Reference

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


Quizzes you can take where this question appears