Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include<stdio.h>
  2. main()
  3. {
  4. int a,b,c;
  5. printf("Enter 2 number");
  6. scanf("%d%d",&a,&b);
  7. c=a+b;
  8. printf("%d",c);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement