TCPL/A.07.11_Bitwise_AND_Operator

返回“TCPL”

A.7.11 Bitwise AND Operator

AND-expression:
  equality-expression
  AND-expression & equality-expression

The usual arithmetic conversions are performed; the result is the bitwise AND function of the operands. The operator applies only to integral operands.