Examveda
Examveda

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

A. 1

B. 2

C. 4

D. None of the mentioned

Answer: Option C


This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions