funcName(a,b,c,d) int a,b,c,d; {return a+b+c*d;}
int/*1*/ funcName(int/*2*/ a, int /*3*/b,int /*4*/c,int /*5*/ d) {return a+b+c*d;}