Topic: Bit Manipulation Problem / Level: intermediate

Problem: Implement a function to generate all possible subsets of a given integers binary representation.

Run the code to see the output here...