注意:此页面搜索的是所有试题
0
在下列选项中,不正确的函数原型格式为?

A、
int Function(int a);

B、
void Function (char);

C、
int Function(a);

D、
void int(double* a);

参考答案