设在主函数中有以下定义和函数调用语句,且fun()函数为void类型,请写出fun()函数的首部【 】。 int main() { double s[10][22]; int n; ... fun(s); ... re

admin2009-01-15  27

问题 设在主函数中有以下定义和函数调用语句,且fun()函数为void类型,请写出fun()函数的首部【  】。
int main()
{
   double s[10][22];
   int n;
   ...
   fun(s);
   ...
   return0;
}


void fun (double b [][22])

选项

答案void fun (double b [][22])

解析
转载请注明原文地址:https://kaotiyun.com/show/1ykp777K
0

最新回复(0)