#include main() { char c='a'; int i=256+97; printf("%c,%d\n", c, c); printf("%3c,%d\n", i, i); return 0; } //00000000 00000000 00000001 01100001