[填空题] 有以下程序(说明:字符0的ASCⅡ码值为48): #include <stdio.h> main() char c1,c2; scanf("%d",&c1);
18 查阅
[填空题] 有以下程序(说明:字符0的ASCⅡ码值为48):
#include <stdio.h>
main()
char c1,c2;
scanf("%d",&c1);
c2=c1+9:
printf("%c%c" ,c1, c2);
若程序运行时从键盘输入48<回车>,则输出结果为______。
参考答案: