int main() { printf("int %d, long %d, pointer %d\n", sizeof(int), sizeof(long), sizeof(void*)); }