I already checked some other answers like:
Sequence point within assignment operators
or
Undefined behavior and sequence points
but I have still some doubt about the following part:
In all cases, the assignment is sequenced after the value computation of the right and left operands, and before the value computation of the assignment expression.
It is not clear for me what is the "value computation of the assignment expression". Is it just (referring to the first link) "show" the number stored in the variable?