最佳答案:#include <stdio.h>main(){int a,b,sum;a=10;b=24;sum=add(a,b);//这句话就是函数调用,调用的是下面 add函数printf(