1 #include <stdio.h>
2
3 int main(void)
4 {
5 int a, b, c;
6 scanf("%d", &a);
7 scanf("%d", &b);
8 c = a + b;
9 printf("%d
", c);
10 return 0;
11 }
Code Example |
---|
C :: run a command in cmd with c |
C :: add c program |
C :: how to convert c program in to assembly 8051 online |
C :: C Operator associativity |
C :: resto de division recursiva |
C :: google business customer care number india 24/7 |
C :: C #if, #elif and #else Directive |
C :: scranton inhabitants |
C :: BST or NOT ?? |
C :: convert c to python online |
C :: translator program in c |
C :: false and true in c |
C :: YOUNG SEX PARTY underground collection |
C :: Macro definition and expansion |
C :: simpy process return value |
C :: Letters and Digits Total |
C :: command to perform safe shutdown in unix |
C :: bash sed crop cut file line number |
C :: [4,5,6] |
C :: read a string |
C :: c printf affichage |
C :: dynamic stack in c |
C :: transpose of a matrix in c |
C :: tableau c |
C :: how can i show ant text by onclick |
Dart :: How to change OutlinedButton border color? |
Dart :: Dart integer User input |
Dart :: Flutter: Setting the height of the AppBar |
Dart :: file picker flutter file size |
Dart :: into to char dart |