Saved Bookmarks
| 1. |
(--a) is known as unary increment or binary increment |
|
Answer» ong>Answer: Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively. ... The pre-increment and pre-decrement operators increment (or decrement) their operand by 1, and the VALUE of the expression is the RESULTING INCREMENTED (or DECREMENTED) |
|