[主观题]

以下函数的功能是(18)。

float av(a, n)

float a[];

int n;

{ int i; float s;

for(i=0, s=0; ireturn s/n;}

参考答案与解析: