单项选择题以下循环体的执行次数是main( ){int i,j;for(i=0,j=1;i<=j+1;i+=2,j- -)cout<<i<<endl;}
单项选择题以下函数值的类型是fun(float x){float y;y=3*x-4;return y;}