首页题库练习题目详情
C语言程序设计单选题中等

下列函数声明中,哪一个是不正确的?

Aint func(int a, int b);
Bvoid print();
Cfloat square(float x);
Dfunc(int a, int b);