This is a specific case for the C and C++ tags, where this question has been asked in more that 100 very slight variations already. New questions appear several times a week, sometimes more often than once a day.
Some of us has just gotten extremely tired of this and have started to delete them as fast as possible. If nothing else, it saves the OP from 20 downvotes from other frustrated users.
As a general rule, deleting duplicates is a bad idea, as they serve as signposts
Despite deleting a large number of these duplicates, there are still 78 closed questions linked to the master question. A couple dozen other questions are linked to one question about undefined behavior and sequence points.
We just don't need any more of these questions!
This question isn't really a case of exact duplicate anyway; I am not even sure if it was correct to close the question in the first place.
We already have the other 78 variations of the same problem. This is not code you would write in a real program, and it just doesn't work. Both language standards explicitly say so.
There was a discussion about the correctness of one answer still going on at the time when the question was closed. Deleting in this situation can't be appropriate.
I didn't really see the discussion in the comments. However, the code just doesn't work (because the C and C++ standards both explicitly tell us that it is not defined) and the exact details of why it doesn't work this time is not all that interesting. And is has been discussed a hundred times before.
There is absolutely nothing useful in code like ( a + func(a)++ ), u = u++ + ++u;, foo(i++, i++);, printf("%d %d %d",i,++i,i--);, printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);, printf("\n %d %d %d ", a, a++,++a);, printf("%d %d %d %d %d",a--,a,a=20,a++,a=39);, etc, etc, that we already have.
Saving yet another copy doesn't make it any better.