int Sum(int,int);

int iVal1 = 99;
int iVal2 = 82;
int iVal3;

call Sum , use iVal1,iVal2 as parameters, store the result in iVal3