Q52
What will be the output of the following C code? #include #include int main() char c = 't'; printf("is :%c ", tolower('A'));
A.
A
B.
a
AnswerC.
Non-zero number
D.
Zero
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board