How you can find a factorial of a number without using multiple operator?
Answers
Answered by
1
Count trailing zeroes in factorial of a number ... By making use of recursion, we can multiply two integers with the given constraints ... function to multiply two numbers x and y*/ .... Russian Peasant (Multiply two numbers using bitwise operators).
Answered by
0
Explanation:
Count trailing zeroes in factorial of a number ... By making use of recursion, we can multiply two integers with the given constraints ...
Similar questions