填空题

下面程序的运行结果为 【10】 。 #include<iostream.h> void fun(intx=0,iot y=0) { cout<<X<<y; } Void main() { fun(5); }

【参考答案】

50