填空题

以下程序的输出结果是 【11】 。 main() { int s,i; for(s=0,i=1;i<3;i++,s+=i; printf(“%d\n”,s); }

【参考答案】

E