题目

在C程序中,对于无返回值、无参数的函数foo的正确声明语句是(  )。

作答
void foo( void,.. . )
void foo
void foo( void );
foo(void);
答案/解析
查看试卷及答案