A. int fun(int x , int y=10); B. int fun(int x=5, int =10); C. int fun(int x=5, int y); D. int fun(int x , int y=a+b); (其中,a和b是已定义过具有有效值的变量)