Episode 7.02 - Clearing Bits using the Bitwise-AND

Published: March 21, 2020, 5:13 p.m.

Clearing bits within an integer is important if we want to isolate bits or set them to zero before we insert a new value. The bitwise-AND does this for us.