//1.8 char字符变量赋值整数
#include<stdio.h>int main()
{
char a,b;
a=120;
b=121;
printf("%c,%c\n",a,b);
printf("%d,%d\n",a,b);return 0;
}
怎么运行不了?测试一下输出正常啊
没关之前的窗口吧,