Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The function that accepts a C-string as
Q12: To determine whether a character entered is
Q13: The function that accepts pointers to two
Q14: The string class's front and back member
Q15: Which of the following statements appropriately defines
Q17: The isdigit function will return true if
Q18: If an uppercase character is passed as
Q19: The strlen function returns a C-string's length
Q20: In C++11, assuming mychar is a char
Q21: A test using the isupper function will