c语言编程:用数组名作函数参数,编写一个对一维数组求平均值的函数,并在主函数中调用它

2024-12-03 19:11:52
推荐回答(1个)
回答1:

函数在前面没有声明。
第二行应加上 float b(float arr[],int n);