Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to find the total number of distinct binary numbers that can be formed with a given number of bits.

Run the code to see the output here...