Guest User

Untitled

a guest
Oct 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. & (bitwise and)
  2. | (bitwise or)
  3. ^ (bitwise xor)
  4. ~ (bitwise not)
  5. << (zero-fill bitshift left)
  6. >> (signed bitshift right)
  7. >>> (zero-fill bitshift right)
Add Comment
Please, Sign In to add comment