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


b. lowercase z

Computer Science & Information Technology

You might also like to view...

The price you are charged if you sign up for a paid sponsor or ad program and a visitor clicks on a link to your website.

a. CPL b. CTR c. CPM d. CPC

Computer Science & Information Technology

A thread executing a DPC ________.

a) cannot hold a spin lock b) cannot access pageable data c) must return from the DPC after executing for at most one quantum d) all of the above

Computer Science & Information Technology

Which Save As type saves all of the text, graphics, bullets, and theme information for a presentation in one file?

A) All-in-one Web Page B) One File Web Page C) Web Page D) Single File Web Page

Computer Science & Information Technology

When you select an object, the Ribbon changes appearance showing additional tabs above the View tab, depending on what type of object you have selected.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology