#include
int main()
{
int c;
printf("羡仔枝输入一个ASCII码值(如:66)\n");
scanf("%d",&c);
戚宽 printf("字符为%c\n"兄敏,c);
return 0;
}
有些事情,自己多想想就会了。
这里是我写的代码:
#include 粗辩
int main()
{
printf_s("请誉迟输入一个ANCII码值(32-127):");
int n = 0;
scanf_s(" %d", &n);
if (n >= 32 && n <= 127)
printf_s("ANCII码值为 %d 的字符是 %c .\n\n", n, n);
else
printf_s("这个ANCII码值不对(庆凳李必须在32-127之间):%d\n\n", n);
system("PAUSE");
return 0;
}
如果编译不了,这里有我编译好的源程序
有些事情,自己多想想就会了。
这里是我写亮宴帆的代码:
12345678910111213#include
如果编译不了,这里有我编译好的源程序
很抱歉,回答者上敬雹传的附件已失效