Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a program that checks if a number is divisible by 2^n using bit manipulation.

Run the code to see the output here...