main() { int c ; c = getchar(); printf("c == %d == 0x%x == [%c]\n",c,c,c ); }