+ 2
Why would anyone want to use a post-increment operator?
It just seems like the pre-increment operator is always more useful.
1 Antwort
+ 1
you mostly use them in loops where you would want to check the value before you increment the value.
It just seems like the pre-increment operator is always more useful.