O.2 — Bitwise operators
C++ provides 6 bit manipulation operators, often called operators: Author’s note In the following examples, we will largely be working with 4-bit binary values. This is for the sake of convenience and keeping the examples simple. In actual programs, the number of bits used is based on the size of …