问题 填空题

以下程序的输出结果是______。 int a,b; void fun() { a=100;b=200; } main() { int a=5,b=7;fun();printf("%d% d\n",a,b); }

答案

参考答案:57

选择题
填空题