0
I always get confused with a++ and ++a. Is there any tip for remembering them?
For me, postfix and prefix is a confusing thing.
2 Answers
+ 8
a++ (use a before incrementing it)
++a (increment it, and then use it)
https://www.sololearn.com/Discuss/407846/?ref=app
+ 1
me too. so you can search durgasoft increment or decrement operator on YouTube. believe be it is very easy to understand