Multiple Choice
What is the output of the following statement?
Cout << tolower(toupper('Z') ) << endl;
A) uppercase Z
B) lowercase z
C) a lowercase z followed by an uppercase Z
D) a compiler error
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: The function that reverses the order of
Q38: The itoa function is similar to atoi
Q39: By being able to pass arrays as
Q40: The ftoa function converts a floating-point value
Q41: The function that accepts a pointer to
Q42: The arguments of the strcpy function are<br>A)
Q43: Select all that apply. Whitespace encompasses which
Q44: The C++ compiler performs strict array bounds
Q46: The C-string company[12] can hold<br>A) twelve characters<br>B)
Q47: What is the value stored in num