devxlogo

Operators

Using — and ++ Operators

Try to use only unary operators for incrementing and decrementing variables, because they produce fewer instructions and run faster, as you can see in the following example of code: #include