Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function to find the largest power of 2 less than or equal to a given number using bit manipulation.

Run the code to see the output here...