Assume the following.
?
static_cast('a') = 97
static_cast('A') = 65
?
The output of the statement:
?
cout << static_cast(tolower('B')) << endl;
?
is ____.

A. 65
B. 67
C. 96
D. 98


Answer: D

Computer Science & Information Technology

You might also like to view...

The intersection of each row and column in the OpenOffice Calc application is an individual ________

A) deck B) block C) point D) cell

Computer Science & Information Technology

To clear the style from text, you would select the ________ button in the Style group

Fill in the blank(s) with correct word

Computer Science & Information Technology

UAC keeps every user in standard mode instead of in administrator mode by default

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is the best example of a threat agent?

A. A poor configuration in the authentication system B. A zero-day attack C. A flaw in the source code of a firewall D. A disgruntled employee

Computer Science & Information Technology