Guest User

Untitled

a guest
Aug 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Confusion with syntax for postfix expressions and operators
  2. int i = 0;
  3. int j = 42;
  4. i = j++;
  5.  
  6. postfix-expression:
  7. primary-expression
  8. ...
  9. postfix-expression ++
Add Comment
Please, Sign In to add comment