Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int A,B,X;
  5. A=5;
  6. B=6;
  7. X=A+B;
  8. printf("X=%d\n",X);
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement