【单选题】
若输入字符串:abcde<回车>,则以下循环体将执行______次。
while((ch=getchar())!=.e.) printf("*");

A、
4

B、
3

C、
2

D、
1
出自:兰州工业学院-计算机语言(C语言)