0

Can any one help me in this

How can we find factorial of a number in c without using multiplication And builtin functions

10th Jun 2022, 5:55 PM
Shoaib Laghari
Shoaib Laghari - avatar
4 Antworten
+ 3
In principle, any multiplication can be converted into an addition. Or you consider whether there is a binary solution (using binary operators).
10th Jun 2022, 6:36 PM
Denise Roßberg
Denise Roßberg - avatar
+ 3
I would recommend an agorithm with recursion.
10th Jun 2022, 7:31 PM
JaScript
JaScript - avatar
+ 1
You can easily find your answer with the use of a search engine. https://www.geeksforgeeks.org/factorial-of-a-number-without-using-multiplication/
10th Jun 2022, 6:31 PM
Chris Coder
Chris Coder - avatar
0
If any one know about this kindly help me I need that..
10th Jun 2022, 5:55 PM
Shoaib Laghari
Shoaib Laghari - avatar