The bitwise AND assignment (&=) operator performs bitwise AND on the two operands and assigns the result to the left operand.
確定! 回上一頁