Topic: Bit Manipulation Problem / Level: beginner

Problem: Check if the number of set bits in the binary representation of a number is a prime number.

Run the code to see the output here...