胎儿大约()周后,母亲会感到胎动。
A、14周
B、15周
C、16周
D、17周
参考答案:C
设有程序段:intx=0,s=0;while(x!=0)s+=++x;printf("%d",s);,则运行程序段后()
A.输出0
B.输出1
C.控制表达式是非法的
D.执行无限次