Explain the working of prefix and postfix forms of increment operators
Answers
Answered by
1
Hey mate!!
These operators are known as unary operators because they are applied to a single variable. The increment and decrement operators are used in prefix or postfix manner. ... On the contrary, in postfix mode of increment and decrement first variable is used in assignment then the variable is incremented or decremented.
Similar questions