Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to find the smallest power of 2 greater than or equal to a given number.

Run the code to see the output here...