• + 0 comments

    Can you explain how i <= len + 1 is working correctly? When I try to multiply two numbers (1050 * 1049) using your code, it's producing wrong results, it's missing some digits.

    But Factorial is working fine. Can you explain?