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
Q9: To use the predefined function tolower, the
Q10: Given the following function prototype: int myFunc(int,
Q11: Assume that all variables are properly declared.The
Q12: Given the function prototype: double testAlpha(int u,
Q13: When you attach & after the dataType
Q15: _ parameters are useful in three situations:•
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q18: A variable or expression listed in a
Q19: The output of the statement: cout <<