冯毅
主讲:冯毅
lo,World! 例 /* calculate the sum of a and b*/ include /* This is the main program */ main() { int a,b,sum。 a=10。 b=24。 sum=add(a,b)。 printf(”sum= %d\n,sum)。 } /* This function calculates the sum of x