Report Bug
Qus : What will be the output of the following C code? printf("%d", sizeof(char));
Qusनिम्नलिखित C कोड का आउटपुट क्या होगा? printf("%d", sizeof(char));

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


Solution
C. 1






Report Bug