Bitwise Compound Assignment Operators: &=, ^=, |= – Basic Elements, Primitive Data Types, and Operators
Bitwise Compound Assignment Operators: &=, ^=, |= Bitwise compound assignment operators for the bitwise operators are defined in Table 2.33. Type conversions for these operators, when applied to integral operands, are the same as for other compound assignment operators: An implicit narrowing conversion is performed on assignment when the destination data type is either byte, … Read more