Vidyalelo
C Programming · Q52

File Input Output

Programming · C Programming · question 52

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
Answer
C.
Non-zero number
D.
Zero

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board