以下程序的输出结果是 _______ 。Main( ){ int i=0,s=0;For (;;){If (i==6) break;I++;S+=i; }Printf("%d\n",s); }
A.10
B.15
C.21
D.死循环
正确答案是C