Advertisement
LeTuanAnh

None

Oct 9th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <conio.h>
  3. int main(){
  4. int x=10;
  5. int y=2;
  6. int z=x+y;
  7. printf("z = %d",z);
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement