• Open Daily: 10am - 10pm
    Alley-side Pickup: 10am - 7pm

    3038 Hennepin Ave Minneapolis, MN
    612-822-4611

Open Daily: 10am - 10pm | Alley-side Pickup: 10am - 7pm
3038 Hennepin Ave Minneapolis, MN
612-822-4611
Augmented Assignment

Augmented Assignment

Paperback

General Computers

Currently unavailable to order

ISBN10: 6134611964
ISBN13: 9786134611961
Publisher: Vdm Verlag Dr Mller Ag & Co Kg
Pages: 80
Weight: 0.28
Height: 0.19 Width: 9.02 Depth: 6.00
Language: English
High Quality Content by WIKIPEDIA articles! Augmented assignment is the name given to certain operators in certain programming languages (especially those derived from C). An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its arguments and then assigns the result back to the same variable.This means find the number stored in the variable x, add 1 to it, and store the result of the addition in the variable x. In general, in languages offering this feature, most operators that can take a variable as one of their arguments and return a result of the same type have an augmented assignment equivalent that assigns the result back to the variable in place, including arithmetic operators, bitshift operators, and bitwise operators. On the other hand, enthusiastic use of these features (especially with sub-expressions within larger expressions) soon produces sequences of symbols that are difficult to read or understand, and worse, a mistype can easily produce a different sequence of gibberish that although accepted by the compiler does not produce desired results.

Also in

General Computers