Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function to convert a decimal number to its binary representation using bitwise operations.

Run the code to see the output here...