Posts by Higor Rodrigues • 21 points
1 post
-
2
votes4
answers4551
viewsA: Recursive multiplication in C
First, one question that has to be obeyed in recursiveness is that it is finite, that is, there has to be a way out of your program. If you want to do a recursive multiplication, do it this way: int…
canswered Higor Rodrigues 21