1.

What will be the output of the program?#include#define int char void main(){ int i = 65; printf("sizeof(i)=%d", sizeof(i));}

A. sizeof(i)=2
B. sizeof(i)=1
C. Compiler Error
D. None of These
Answer» C. Compiler Error


Discussion

No Comment Found