Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

& Bitwise AND Operator

This operator performs a bit-wise AND operation on its operands.

Syntax:

exp1 & exp2

Usage:

7 & 8               // evaluates to 0
2 & 2               // evaluates to 2

This operator is not applicable to floating-point values.