若有函数首部int fun(double x[10],int *n),则下列针对此函数的函数声明语句中正确的是( )。

admin2022-04-01  51

问题 若有函数首部int fun(double x[10],int *n),则下列针对此函数的函数声明语句中正确的是(          )。

选项 A、int fun(double,int);
B、int fun(double *,int *);
C、int fun(double *x,int n);
D、int fun(double X,int *n);

答案B

解析 函数声明的一般形式为:类型说明符被调函数名(类型形参,类型形参……);或为类型说明符被调函数名(类型,类型……)。由于函数首部为int fun(double x[10],int *n),因此B选项正确。
转载请注明原文地址:https://kaotiyun.com/show/cnkp777K
0

随机试题
最新回复(0)