What is the result after the following statement executes?

```
char var1 = tolower('A');
```
a. var1 stores the character value 'A'
b. var1 stores the ASCII value for lowercase 'a'
c. the character A is output to the monitor
d. the character a is output to the monitor
e. None of these

b. var1 stores the ASCII value for lowercase 'a'

Computer Science & Information Technology

You might also like to view...

Where is the Template gallery located?

A) Formulas tab B) Data tab C) Backstage D) Insert tab

Computer Science & Information Technology

Describe how your PC digitally captures a sound wave and how sampling rates affect the quality of the file.

What will be an ideal response?

Computer Science & Information Technology