[单选题]

以下循环体的执行次数是______。 main() { int i, j; for(i=0, j=1; i<=j+1; i+=2, j--)printf("% d/n", i); }

A.3

B.2

C.1

D.0

参考答案与解析: