以下程序的结果是______。IntA,b;Void fun(){ a=10; b=20; }Main(){ int a=5,b=7;Fun();Printf("%d%d\n",a,b);}
A.1020
B.57
C.2010
D.75
正确答案是B