Binary Search in C++ using binary search function present in STL(Standard Template Library).
This code will find nth fibonacci numbers in C++ using recursion function("int nth_fibonacci(int n)") including 0 as the first term.
Factorial of 200 have 375 digits. It is not possible to store these values to data types(int , long long int) in C++.