int main { printf("sizeof('a') = %d Byte",sizeof('a')); printf("string A = %d Byte",strlen("A")+1); printf("x42 = %c ",0x42); }