assignment operators perform shortcuts in common programming operations.
Answers
Answered by
1
Answer:
The assignment operator is evaluated from right to left, so a = b = c = 0; would assign 0 to c, then c to b then b to a. The shortcut assignment operator can be used for all Arithmetic Operators i.e. You can use this style with all arithmetic operators.
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Physics,
2 months ago
Math,
4 months ago
Science,
4 months ago
Social Sciences,
11 months ago
Math,
11 months ago
Computer Science,
11 months ago