What is the output of the following code?

char ch='G';
cout << tolower(ch) << endl;
a. G
b. g
c. the integer value of 'g'
d. the integer value of 'G'


c. the integer value of 'g'

Computer Science & Information Technology

You might also like to view...

Which of the following X.25 features allows the DTEs to specify the size of the packet and other parameters?

a. throughput class negotiation b. reverse charging c. flow control negotiation d. none of the above

Computer Science & Information Technology

An e-mail address book contains a list of e-mail addresses for individuals and groups.

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

Computer Science & Information Technology

A nested AP div shares other attributes with its parent.

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

Computer Science & Information Technology

When an argument is declared in a procedure with the keyword ____________________, it means that the procedure has access to the value of the passed argument, but cannot change the actual variable that is passed in as the argument.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology