Q62
What will be the output of the following C code? #include printf("%d", sizeof('a'));
A.
1
B.
2
C.
4
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board