Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to count how many numbers in an array have an odd number of set bits.

Run the code to see the output here...