1.

_ Determine Output:#define int charvoid 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