Computer Science, asked by Anonymous, 1 year ago

Define compound assignment operator with examples

Answers

Answered by Ratnesh1231
0
Compound assignment operators. The compound assignment operatorsconsist of a binary operator and the simple assignment operator. They perform the operation of the binaryoperator on both operands and store the result of that operation into the left operand, which must be a modifiable lvalue.
Similar questions