Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that counts the number of trailing bits set in the binary representation of a number.

Run the code to see the output here...