有以下程序,程序运行后的输出结果是(float fun(intx, int){ return(x+y) ;}void main (){ int a=2,b=5, c=8;printf("%3.0f\n",fun((int) fun(a+c,b),a-c)) ;}
收起
报告相同问题?