1.

Determine Output:void 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