选择题
当输入为“hello?”时,下面程序的执行结果是______。
#include<stdio.h>
main()
{char c;
c=getchar();
while(c!='?'){putchar(c);}}
A、
Rvfsu
B、
hello
C、
hello?
D、
ryfsu?
【正确答案】
B
【答案解析】
提交答案
关闭