Multiple Choice
What is the output of the following code?
Char ch='G';
Cout << tolowerch) << endl;
A) G
B) g
C) the integer value of 'g'
D) the integer value of 'G'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: To open an output file and add
Q3: Data that is sent to an output
Q4: The member function eof) is true/false) when
Q5: A type whose variables are objects is
Q6: After a stream is opened, before it
Q7: A function that is associated with an
Q8: The _ function puts one character back
Q9: Using directives can be placed either directly
Q10: In order to use the stream manipulators,
Q11: Which command reads one character even if