There’s no difference. C doesn’t specify the order of execution of the *
operands, so a * b
and b * a
are effectively equivalent, for any expressions a
and b
.
solved What is the Difference between two code snippets? [closed]
There’s no difference. C doesn’t specify the order of execution of the *
operands, so a * b
and b * a
are effectively equivalent, for any expressions a
and b
.
solved What is the Difference between two code snippets? [closed]