Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to count the number of binary strings of length n that do not contain consecutive 1s.

Run the code to see the output here...