Multiple Choice
The statement:
char var1 = tolower
Will result in:
A) var1 storing the character value 'A'.
B) var1 storing the ASCII value for lower case 'a'.
C) A is output to the monitor.
D) a is output to the monitor.
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q5: A library function that can find one
Q6: The C++ library provides functions for converting
Q11: This function accepts pointers to two C-strings
Q13: Look at the following statement. <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q14: If an uppercase character is passed as
Q18: This function will return true if its
Q19: The strlen function returns a C-string's length
Q33: Although C++ provides ample library functions to
Q38: The itoa function is similar to atoi
Q44: The C++ compiler performs strict array bounds