在下列选项中,不正确的函数原型格式为()。
A:int Function(int a);
B:void Function (char);
C:int Function(a);
D:void int(double* a);
出自:国家开放大学《C语言程序设计A》