the increment and decrement operators can be used as prefix or suffix answer me in true or false
Answers
Answered by
1
Answer:
Yes, the increment and decrement operators can be used as prefix or suffix.
When the increment or decrement operator is used as prefix, the variable is first used and then its value changes. But, when the increment or decrement operator is used as suffix, the updated value of variable is used.
Similar questions