Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function that checks if the k-th bit of a number is set.

Run the code to see the output here...