摘要: 1、形参为变量,返回值类型与定义函数时变量类型一致。 不能返回。 #include <stdio.h> #include <math.h> void solve(double a,double b,double c); int main(){ double a,b,c; printf("Enter 阅读全文
posted @ 2020-12-05 22:22 yanwen0820 阅读(85) 评论(4) 推荐(0)