填空题

已知字符A的ASCII代码值为65,以下程序运行时若从键盘输入:B33<回车>,则输出结果是______。
#include<stdio.h>
main()
char a, b;
a=getchar(); scanf("%d", &b);
a=a-’A’+’0’; b=b*2;
printf("% c % c\n", a, b);

【参考答案】

1B
热门 试题

填空题
filea. dat , r
填空题
B