You are on page 1of 1

The equal statement in C++ is right to left.

Example:

X=y=z;

First y=z, then x=y.

You might also like