0

Whats the purpose of incriment opperators?

Im just a kid and I need more use of this!!!!!

22nd Jul 2017, 1:07 PM
Logan Foy
1 Odpowiedź
+ 11
Increment operators are used to increase the value of the variable by one and decrement operators are used to decrease the value of the variable by one. Both increment and decrement operator are used on single operand or variable, so it is called as unary operator. Unary operators are having higher priority than the other operators it means unary operators are execute before other operators. find out more : http://www.sitesbay.com/cpp/cpp-increment-and-decrement
22nd Jul 2017, 2:06 PM
Dev
Dev - avatar