Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to find the longest sequence of consecutive set bits in an array.

Run the code to see the output here...