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...
Describe a GUI file manager in a windowing system in terms of the Model-View- Controller model. A file manager might be the Windows Explorer under MS Windows.
What will be an ideal response?
Computer Science & Information Technology
True or false: a web server must have a domain name that begins with www. Explain.
What will be an ideal response?
Computer Science & Information Technology