int main(){ int a,b,c scanf("%d%d%d, &a, &b, &c); sum(a, b, c); return -1; } void sum(int x, int y, int z){ int sum; sum = a + b + c; return sum; }
This answer is restricted. Please login to view the answer of this question.
Login NowClick here to submit your answer.
s