以下程序的运行结果是( )。int a, b;void fun(){ a=100; b=200; }main(){ int a=7, b=5;fun();printf("%d,%d \n", a,b); }
·100,200
·5,7
·200,100
·7,5
出自:佳木斯大学语言治疗学