Guest User

Untitled

a guest
Jun 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. & bitwise AND 91 & 15 11
  2. | bitwise OR 32 | 3 35
  3. # bitwise XOR 17 # 5 20
  4. ~ bitwise NOT ~1 -2
Add Comment
Please, Sign In to add comment