为了账号安全,请及时绑定邮箱和手机立即绑定

/249/5095/F0ep/hello.c:3:13: error: parameter 'n' has just a forward declaration void ff(int n;int a[]) ^ /249/5095/F0ep/hello.c: In function 'ff': /249/5095/F0ep/hello.c:7:13: error: 'n' undeclared (first use in this function) for(i=0;i

/249/5095/F0ep/hello.c:3:13: error: parameter 'n' has just a forward declaration
void ff(int n;int a[])
            ^
/249/5095/F0ep/hello.c: In function 'ff':
/249/5095/F0ep/hello.c:7:13: error: 'n' undeclared (first use in this function)
  for(i=0;i

正在回答

2 回答

void ff(int n;int a[]) 改为 void ff(int n ,int a[]) 

0 回复 有任何疑惑可以回复我~
#1

慕粉26 提问者

非常感谢!
2017-02-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C语言入门
  • 参与学习       926027    人
  • 解答问题       20793    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程

/249/5095/F0ep/hello.c:3:13: error: parameter 'n' has just a forward declaration void ff(int n;int a[]) ^ /249/5095/F0ep/hello.c: In function 'ff': /249/5095/F0ep/hello.c:7:13: error: 'n' undeclared (first use in this function) for(i=0;i

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信