问题 更新时间2023/4/3 12:59:00 设int i,j;则以下循环体的执行次数是( )。for(i=0,j=1;i<=j+1;i+=2,j--) printf("%d\n",i);。(2分)A3B2C1D0 答案 登录 注册 正确答案C 出自:学起plus弘成 >> 长安大学大学C语言