1 line
52 B
C
1 line
52 B
C
printf("An int contains %u bytes.\n", sizeof(int));
|
printf("An int contains %u bytes.\n", sizeof(int));
|