Hey guys , i know there is a way of finding the sum of digits of 100!(or any other big number's factorial) using Python . But i find it really tough when it comes to c++ as the the size of even LONG LONG is not enough. EDIT: i just want to know if there is some other way , i am not aware of which can do the needful. thanks
see guys i get it that it is not possible as our processor is generally 32 bits. what i am referring is some other kind of tricky technique or algorithm which can accomplish the same using the same resources.