Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function to toggle the k-th bit of an integer.

Run the code to see the output here...