Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to create a mask with the first n bits set to 0.

Run the code to see the output here...