Increment and decrement operators


English Wikipedia - The Free EncyclopediaDownload this dictionary
Increment and decrement operators
Increment and decrement operators are unary operators that add or subtract one from their operand, respectively. They are commonly implemented in imperative programming languagesC-like languages feature two versions (pre- and post-) of each operator with slightly different semantics.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License