#include <stdio.h>
int main()
{
char c1='97';
printf("%c\n",c1);
}
收起
9已经溢出CHAR的范围了,而最后一位总是存在的。
就像只有一位数字的运算10+9的结果为9,10+12的结果为2一样。
报告相同问题?