(单选题) 函数原型语句正确的是( )。(本题3.5分)
A、 int Function(void a);
B、 void Function (int);
C、 int Function(a);
D、 void int(double a);
出自:辽宁师范大学-C语言