como somar em c

Solutions on MaxInterview for como somar em c by the best coders in the world

showing results for - "como somar em c"
Stefania
12 Nov 2018
1   1 #include <stdio.h>
2   2 
3   3 int main(void)
4   4 {
5   5     int a, b, c;
6   6     scanf("%d", &a);
7   7     scanf("%d", &b);
8   8     c = a + b;
9   9     printf("%d\n", c);
10  10     return 0;
11  11 }
12
queries leading to this page
como somar em ccomo somar em c