1.

What will be output if you will compile and execute the following c code? #includeint main(){int i=320;char *ptr=(char *)&i;printf("%d",*ptr); return 0;}

A. 320
B. 1
C. 64
D. none of the above
Answer» D. none of the above


Discussion

No Comment Found