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 purpose. For updating a value already stored in a variable, C
provides an assortment of compound assignment operators.
No comments:
Post a Comment