volume_mute
return 0;
publish date: 2022/09/24 16:05:00 GMT+10
volume_mutereturns zero to the program itself which continues running
Correct Answer
False
Explanation
Returns the value 0 to the operating system when the program terminates.
Reference
C++ Programming, 7th edition, D. S. Malik