Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to count how many times a specific bit is set in an array of integers.

Run the code to see the output here...