Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- void main()
- {
- int i=10, y=10;
- printf("\n %d, %d",i++,++y);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement