int math(char n1,n2)
{
printf("小明在慕课网已经参与学习了%c%c门课",n1,n2);
return 0;
}
这样是不是不行?
参数内要写成char n1,char n2都得分别定义,可以有多个