以下程序的输出结果是 【 】 。 double sub(double x,double y,double z) { y-=1.0; z=z

以下程序的输出结果是 【 】 。 double sub(double x,double y,double z) { y-=1.0; z=z+x; return z; } main() { double a=2.5,b=9.0; printf("function running result is:%6.1f\n",sub(b-a,a,A) ); }

时间:2023-02-03 14:25:33

相似题目