Solved

What Is the Result After the Following Statement Executes

Question 16

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions