Question 1
Pre-increment changes the value after the expression is evaluated, while post- increment changes it before the expression is evaluated.
Pre-increment changes the value before the expression is evaluated, while post-increment changes it after the expression is evaluated.
Pre-increment is used with integers, while post-increment is used with floating-point numbers.
Pre- and Post-increment are identical in operation. They are two ways of writing the same statement.