Guest User

Untitled

a guest
Oct 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include<iostream.h>
  2. #include<conio.h>
  3. int main()
  4. {
  5. int a,b;
  6. b=a++;
  7. cout<<b;
  8. getch();
  9. return 0;
  10. }
Add Comment
Please, Sign In to add comment