my code: https://ide.codingblocks.com/s/222007
when I comment out line 18 , it gives correct answer. Otherwise wrong
I think line 18 shouldn’t bear any affect on my answer but it does 
my code: https://ide.codingblocks.com/s/222007
when I comment out line 18 , it gives correct answer. Otherwise wrong
I think line 18 shouldn’t bear any affect on my answer but it does 
even on commenting line 18
it is giving segmentation error
have u sent the correct code ?
It gives wrong answer (i’m running it on sublime text)
example : for 100 it gives a 97 digit number but actually 100! contains 158 digits.
when I comment out line 18 it gives correct answer.
try commenting out 38-42 while on CB ide.
from line 18 u are making the fsize same for all the carry position
but according to the algo
multiply(res[ ], x)
u need to add the carry value in successive position so
line 18 has to be commented in order to obtain correct answer