1.

Find the output of the following program.void main(){ printf("%d, %d", sizeof(int *), sizeof(int **));}

A. 2, 0
B. 0, 2
C. 2, 2
D. 2, 4
E. 4, 4
Answer» D. 2, 4


Discussion

No Comment Found