Report Bug
Qus : What will be the output of the following C code? printf("%d", sizeof(char));
QusWhat will be the output of the following C code? printf("%d", sizeof(char));

A. 2
B. 4
C. 1
D. Depends on the system


Solution
C. 1






Report Bug