慕丝9088593
2018-06-14 16:13
hello.c: In function 'getAge': hello.c:7:5: warning: type of 'numPeople' defaults to 'int' [-Wimplicit-int] int getAge(numPeople) ^~~~~~ 第5个人的年龄是18岁
将你的 int getAge(numPeople) 改为int getAge(int numPeople)
为什么这样就错了啊,什么时候才要加定义类型
C语言入门
926028 学习 · 20793 问题
相似问题