首页
软考题库
知识库
APP
注册/登录
题目
在C程序中,对于无返回值、无参数的函数 foo 的正确声明语句是( )。
作答
void foo(void,...)
void foo
void foo(void);
foo(void);
答案/解析
查看试卷及答案