如果int a=1;那么putchar(a)putchar('a')putchar(1)putchar(97)输出的分别是什么?
ASCII码为1的字符(你可能看不到,但它客观存在)a与第一行一样Ascii码为97的字符