RosettaCodeData/Task/Variable-size-Get/C/variable-size-get.c

2 lines
52 B
C

printf("An int contains %u bytes.\n", sizeof(int));