53

不定项选择题 53 /61

在C语言中,下面的说明汇总,正确的函数定义有()。

参考答案

void f(void)
void f(void){}
f(int s){}
f(int s){return s+1;}
double f(){return 0.0;}