Bitwise operators | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Bitwise operators

what are bitwise operators I can't understand

24th Jan 2017, 2:31 PM
Feasterz Chagha
Feasterz Chagha - avatar
4 Answers
+ 2
They are operators acting directly on bits (like AND, OR, XOR, NAND, NAND, NXOR, NOT) or who can shift bit sequences.
26th Jan 2017, 2:23 AM
Adrien
+ 1
It is like a normal operator but working only on bits
26th Jan 2017, 2:25 AM
Adrien
+ 1
thanks Adrien
26th Jan 2017, 7:12 AM
Feasterz Chagha
Feasterz Chagha - avatar
0
E.g. a = 1001 & 1100 a = 1000
26th Jan 2017, 2:24 AM
Adrien