Topic: Bit Manipulation Problem / Level: beginner

Problem: Check if a number is a power of 4 using bitwise manipulation.

Run the code to see the output here...