1.

What will be printed after compiling and running the following code?main(){char *p;printf("%d %d",sizeof(*p), sizeof(p));}

A. 1
B. 2
C. 1
D. 2
Answer» C. 1


Discussion

No Comment Found