填空题

有下列程序:
#include<stdio.h>
main()
char c;
while((c=getchar())!=’,’)putchar(++C) ;
程序运行时,如果从键盘输入:A,B,<CR>,则输出结果为______。

【参考答案】

B