Vidyalelo
C Programming · Q62

Operators and Expressions

Programming · C Programming · question 62

Q62

What will be the output of the following C code? #include printf("%d", sizeof('a'));

A.
1
B.
2
C.
4
Answer
D.
None of the mentioned

Answer: Option C

Solution

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