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

Verified
Correct Answer:
Verified
Q1: When using the strcat function you must
Q3: "Whitespace" encompasses which of the following?<br>A)tab<br>B)newline<br>C)space<br>D)All of
Q4: A test using the isupper function will
Q6: The C++ library provides functions for converting
Q16: The statement: <br>char var1 = tolower
Q36: The strcpy function's arguments are:<br>A)two C-strings<br>B)two addresses<br>C)three
Q38: The itoa function is similar to atoi
Q40: To test whether a character is a
Q40: The ftoa function converts a floating-point value
Q43: This is the escape sequence representing the