C21. C Assignment Operators


Assignment Operators
Once the value of an expression has been computed, we'll often need to store it in a variable for later use. C's = (simple assignment) operator is used for that pur­pose. For updating a value already stored in a variable, C provides an assortment of compound assignment operators.

No comments: