[主观题]

设在主函数中有以下定义和函数调用语句,且fun函数为void类型;请写出fun函数的首部(13)。要求形参名为b。

main()

{double s[10][22];

int n; ┆

fun(s);

}

参考答案与解析: