c语言
printf("Output:\n"); printf("%c(%d)\n",ch,ch); printf("%c(%d)\n",ch - 32,ch - 32);
%c(%d)表示什么意思啊?
%c表示的是是字符类型,%d表示整数类型
%c表示的是是字符,%d表示整型