A.7.11 Bitwise AND Operator
- AND-expression:
- equality-expression
AND-expression & equality-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.