Comma expressions are evaluated left to right, and the result of a comma expression is the type and value of the rightmost expression.
Example i++, j++, k++
i++, j++, k++