☆ Bit 연산자
  - &(and)
  - |(or)
  - ~(not)
  - ^(exclusive or)
  - <<(L_shift)
  - >>(R_shift)
  - 무조건 내부적으로 2진수로 바꾸어서 계산을 한다

+ Recent posts