Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that shifts a binary number to the right by k positions.

Run the code to see the output here...