Guest User

Untitled

a guest
Nov 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. int main() {
  2. int n = 1;
  3. sizeof(n++);
  4. printf("%d",n);
  5. return 0;
  6. }
Add Comment
Please, Sign In to add comment