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

输出没错,这是warning怎么处理?

hello.c: In function 'getPeachNumber':
hello.c:4:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
 int getPeachNumber(n)


正在回答

2 回答

int getPeachNumber(n)改成int getPeachNumber( int n)试试

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

你好。c:在函数“getPeachNumber”中:


你好。c:2:5:警告:“n”的类型默认为“int”[-Wimplicit int]


int getPeachNumber(n)   意思就是n没有定义数据类型  默认是int 


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

举报

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

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

进入课程

输出没错,这是warning怎么处理?

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