1.

Write a program in c language to calculate the sum of two numbers

Answer»

e INT MAIN() {int a,b,SUM;scanf("%d%d", &a, &b);sum= a+b;printf("%d", sum);RETURN 0;}Please mark this ANSWER brainliest if satisfied



Discussion

No Comment Found