how to do this question for large no like 100 factorial ?
Broken calculator doubt
for calculate largfe factorial like 100 u need to use the array to store the result
for more reference u can check the geeks article
as all the thing mentioned about this in chat is tuff so go through it and if any problem let me know
1 Like
okay thanks
it is giving run time error
there is no code in it
the 7 th test case is showing run error
just increase the array size
make a[100000]
1 Like