填空题

以下程序的输出结果是 【12】 。 float fun(int x,int y) { return(x+y);} main() { int a=2,b=5,c=8; printf("%3.0f\n",fun((int)fun(a+c,b),a-c));}

【参考答案】

I