Some questions on arithmetic operations

  1. What is the difference in the value of:
    x + y++
    x + ++y
    
  2. What two factors can influence the normal left to right order of evaluation?

Answers to these questions.


Back to notes on arithmetic operators.