Multiple Choice
The output of the statement: cout << tolower('$') << endl;
Is ____.
A) '$'
B) '0'
C) '1'
D) An error, because you cannot use tolower with '$'.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: In C++, a function prototype is the
Q18: A variable or expression listed in a
Q22: The following return statement returns the value
Q31: Which statement below about prototypes and headers
Q34: Given the following function: what is the
Q34: If the formal parameter list of a
Q35: A function _ is a function that
Q37: The output of the statement: cout <<
Q40: Once you write and properly debug a
Q41: Given the following function prototype: <br>Int test(float,