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