[–] ivyb 9y ago ↗ You can't answer this sort of question by testing it in a C compiler.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.
1 comment
[ 4.0 ms ] story [ 10.6 ms ] threadIt 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.