C语言入门课程5-5中,最后为什么将jackResult(a,b,c);写在外面,这个式子的意义是什么
这个是调用的,
int main(){
int a=0;b=65; c=215;
int gg=jackResult(a,b,c);
printf(“%d\n",gg);
}