在下列选项中,不正确的函数原型格式为?

A、
int Function(int a);

B、
void Function (char);

C、
int Function(a);

D、
void int(double* a);
出自:河北广播电视大学-C语言程序设计