Advertisement
Guest User

Untitled

a guest
Nov 1st, 2010
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void main()
  4. {
  5. int i=10, y=10;
  6.  
  7. printf("\n %d, %d",i++,++y);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement