what is the concept of evaluation of expression z = (y = 30) + (y = 10) + (y = 20); [closed]

Strictly speaking, the behavior is undefined: 6.5 Expressions … 2    If a side effect on a scalar object is unsequenced relative to either a different side effect on the same scalar object or a value computation using the value of the same scalar object, the behavior is undefined. If there are multiple allowable orderings of the … Read more