Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function that returns the number of 1 bits in the binary representation of a number (Hamming weight).

Run the code to see the output here...