Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to create a mask with the least k bits cleared.

Run the code to see the output here...