下面程序循环体的执行次数是( )。#include "stdio.h"main(){int i,j;for(i=0,j=1;i<=j+1;i+=2,j--) printf("%d \n",i);}
·0
·1
·2
·3
出自:佳木斯大学语言治疗学