Combining Operations with Assignment: The Assignment Operators in C Programming Language
The C language permits you to join the arithmetic operators with the assignment opera- tor using the following general format: op= Types _Complex and _Imaginary. In this format, op is any of the arithmetic operators, including +, –, ´, /, and %. In addition, op can be any of the bit operators for shifting and [ [ ...]