max.c:2:13: error: parameter ‘a’ has just a forward declaration
int max(int a;int b)
^
max.c: In function ‘max’:
max.c:4:8: error: ‘a’ undeclared (first use in this function)
if(a>b){
^
max.c:4:8: note: each undeclared identifier is reported only once for each function it appears in
int max(int a;int b)这句代码括号里面的不应该是分号,应该是逗号。
推荐你一个C/C++网站http://www.cjjjs.cn/和群140903513,网站有很多不错的文章和资源(电子书和IDE),QQ群可以在群上问问题,会有人解答你的问题,慕课网没有C/C++群,不利于同学们的问题交流。