Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the sum of the positions of all unset bits in a binary number.

Run the code to see the output here...