有以下程序 #include void fun(int a, int b) { int t; t=a; a=b; b=t; } main() { int c[10]={1,2,3,4,5,6,7,8,9,0), i; for (i=0; i<10; i+=2) fun(c[i], c[i+l]); for (i=0; i<10; i++) printf(\%d,\, c[i]); printf(\\\n\); } 程序的运行结果是( )。

时间:2022-11-15 22:50:37

相似题目