注意:此页面搜索的是所有试题
题目内容
(长安大学大学C语言)
设int i,j;则以下循环体的执行次数是( )。for(i=0,j=1;i<=j+1;i+=2,j--) printf("%d\n",i);。(2分)
A3
B2
C1
D0
A3
B2
C1
D0
参考答案