Is i=i++ the same as i++?(medium.com) |
Is i=i++ the same as i++?(medium.com) |
It might help but you'll often be compiling "undefined behavior" and getting results that you can't rely on.
What would help settle this definitively is researching "sequence points" in the C standard.