单项选择题下列循环体的执行次数是( )。 #include<stdio.h> main() inti,j; for(i=0,j=1;i<j+1;i+=1,j--) phntf( %d n ,j);
单项选择题C语言可执行程序的开始执行点是( )。