printf("size of long int: %1u bytes\n", sizeof(long int)); printf("size of long long int: %1u bytes\n", sizeof(long long int)); ...