Program: Provide an example in C++ of an expression whose value depends upon the evaluation order.
Show the orders that produce different values and the values they produce.
Show what side effect is the expression contains.
Can you write this program in C++ language?