I know Calculating Factorial for any number is easy.but how about in C which has very limited number bytes for integer. It can calculate till factorial 20 or so.. I tried Using long int but it has its own limitations .Using long it can calculate till 40 factorial.But i want till 100 Factorial . any clues...???
by the way i have used TurboC , windows 98