Time consuming!

consider writing a factorial program where to factorial of number we create something like this

for(i=1;i<N;i++)
fact=fact*i;//consider initial value if fact as '1'

Comments

Post a Comment

Popular posts from this blog

PEANUT PACKING!!!!