Topic: Bit Manipulation Problem / Level: intermediate

Problem: Write a program to find the smallest power of 2 greater than a given number using bit manipulation.

Run the code to see the output here...