Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 392 Bytes

bitwise_operators.md

File metadata and controls

6 lines (4 loc) · 392 Bytes

Bitwise operators

TODO: ADD MORE

  • this exercise relies on bitwise AND (&) and potentially bitwise LSHIFT (<<) to inspect the Boolean value of individual bits in a bitflag allergies
  • bitwise operators such as <<, >>, &, |, ~, ^ are central to this exercise variable-length-quantity