0
Can any one help me in this
How can we find factorial of a number in c without using multiplication And builtin functions
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).
+ 3
I would recommend an agorithm with recursion.
+ 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/
0
If any one know about this kindly help me
I need that..