This is a C++ program to find the factorils of numbers which are too big to fit on any data type in C++. 
In python there is a datatype to store really big numbers, but in C++ the we cannot store a number having more
 than 18 digits using any datatype.
So this method can be extended to other problems where the resulting numbers are big.
