选择题
以下函数定义中正确的是______。
A、
int fun(int a,b){}
B、
int fun(int a[][]){}
C、
int fun(void){}
D、
int fun(static int a,int b){}
【正确答案】
C
【答案解析】
提交答案
关闭