Multiple Choice
Assume the following.
The output of the statement:
Cout << static_cast<int>(tolower('B') ) << endl;
Is ____.
A) 65
B) 67
C) 96
D) 98
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Given the following function prototype: <br>Double tryMe(double,
Q6: The statement: return 2 * 3 +
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q19: The output of the statement: cout <<
Q23: The statement: return 8, 10; returns the
Q27: The standard header file for the abs(x)function
Q28: The following function heading in a C++
Q36: A function prototype is _.<br>A) a definition,
Q39: The data type of a variable in