Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Augmented_assignment> ?p ?o. }
Showing items 1 to 15 of
15
with 100 items per page.
- Augmented_assignment abstract "Augmented assignment (or compound assignment) is the name given to certain assignment 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. A simple example is x += 1 which is expanded to x = x + 1. Similar constructions are often available for various binary operators.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.".
- Augmented_assignment wikiPageID "1301302".
- Augmented_assignment wikiPageRevisionID "602990359".
- Augmented_assignment hasPhotoCollection Augmented_assignment.
- Augmented_assignment subject Category:Computer_arithmetic.
- Augmented_assignment subject Category:Operators_(programming).
- Augmented_assignment comment "Augmented assignment (or compound assignment) is the name given to certain assignment 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. A simple example is x += 1 which is expanded to x = x + 1.".
- Augmented_assignment label "Atribuição ampliada".
- Augmented_assignment label "Augmented assignment".
- Augmented_assignment sameAs Atribuição_ampliada.
- Augmented_assignment sameAs m.04r4mk.
- Augmented_assignment sameAs Q4820439.
- Augmented_assignment sameAs Q4820439.
- Augmented_assignment wasDerivedFrom Augmented_assignment?oldid=602990359.
- Augmented_assignment isPrimaryTopicOf Augmented_assignment.