+ 1
Bitwise operators
what are bitwise operators I can't understand
4 ответов
+ 2
They are operators acting directly on bits (like AND, OR, XOR, NAND, NAND, NXOR, NOT) or who can shift bit sequences.
+ 1
It is like a normal operator but working only on bits
+ 1
thanks Adrien
0
E.g.
a = 1001 & 1100
a = 1000