&

What does mean this symbol (i * i) & 2
(This symbol-------> & )
& ---> Bitwise AND

Eg:

bit pattern of a 0000000001011100
bit pattern of b 0000000000101110
bit pattern of a & b 0000000000001100
Last edited on
Thanks
Topic archived. No new replies allowed.