Broken Calc-Problem

https://ide.codingblocks.com/s/61986
What is wrong with the code?
It is not showing correct factorials for numbers greater than 33.

hey anushka, you have only considered the case you thought carry can be only single integer, but carry can by 2 digit or 3 digit also. So consider that also and then try to solve it

1 Like

Understood.
Now it’s working.
Thanks : )