WHAT IS THE DIFFERENCE BETWEEN PRE DECREMENT OPERATOR AND POST DECREMENT OPERATOR?
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
- Pre decrement operator is used to decrement variable value by 1 before assigning the value to the variable.
- Post decrement operator is used to decrement variable value by 1 after assigning the value to the variable.
need an explanation for this answer? contact us directly to get an explanation for this answer