#include <stdio.h>
int main(void) {
char a;
char b;
int c;
char d;
double e;
printf("char :%lu:%p\n", sizeof(a
),&a
); printf("char :%lu:%p\n", sizeof(b
),&b
); printf("int :%lu:%p\n", sizeof(c
),&c
); printf("char :%lu:%p\n", sizeof(d
),&d
); printf("double :%lu:%p\n", sizeof(e
),&e
);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CgljaGFyIGE7CgljaGFyIGI7CglpbnQgYzsKCWNoYXIgZDsKCWRvdWJsZSBlOwogCXByaW50ZigiY2hhciA6JWx1OiVwXG4iLCBzaXplb2YoYSksJmEpOwoJcHJpbnRmKCJjaGFyIDolbHU6JXBcbiIsIHNpemVvZihiKSwmYik7CglwcmludGYoImludCA6JWx1OiVwXG4iLCBzaXplb2YoYyksJmMpOwoJcHJpbnRmKCJjaGFyIDolbHU6JXBcbiIsIHNpemVvZihkKSwmZCk7CglwcmludGYoImRvdWJsZSA6JWx1OiVwXG4iLCBzaXplb2YoZSksJmUpOwoKCXJldHVybiAwOwp9Cg==