下列程序的输出结果是( ) fun(int a,int b,int c) { c=a*b;} void main( ) { int c; fun(2,3,c); printf(“%d\\n”,c); }

时间:2022-11-15 18:18:47

相似题目