putchar(65);A printf(“%c”,65); A
char ch=‘g’;putchar(ch);输出:g
char ch=‘g’;printf(“%c”,ch); 输出:g
2.2.getchar() 格式:get