Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that finds the largest power of 2 less than a given number using bit manipulation.

Run the code to see the output here...