填空题
写出程序的运行结果。
main( )
{ int a=0;
for ( a=0;a<3;a++ );
printf ( " %d\n", a );
}
输出结果是()。
【参考答案】
3
点击查看答案
相关考题
