Q. What will be output if you will compile and execute the following c code? #include<stdio.h>int main(){int i=320;char *ptr=(char *)&i;printf("%d",*ptr); return 0;} (Solved)
1. 320
2. 1
3. 64
4. none of the above
- c. 64
1. 320
2. 1
3. 64
4. none of the above