0
What does bitwise mean?
I don't know what's a bitwise is so plz help me out
1 ответ
+ 4
You have 3 bitwise operators which are:
"&", the AND operator,
"|", the OR operator,
and "^", the NOR operator.
I don't know what's a bitwise is so plz help me out