void func(int a, int b, int c){c=a*b; }main(){int c;func(2,3,c);printf("\n%d\n",c);为什么答案是 不确定 能解释一下原因吗} 查看完整描述