单项选择题
若有以下函数首部则下面针对此函数的函数声明语句中正确的是
int fun(double x[10], int *n)
A int fun(double x, int *n);
B int fun(double , int );
C int fun(double *x, int n);
D int fun(double *, int *);
(分值:1.00分)
点击查看答案
