Posts by ManelJ • 71 points
1 post
-
7
votes3
answers10734
viewsA: Recursion to return numbers from 0 to n
If you want to print the numbers, the printable function can return void. What you do now is make printf at the beginning of the function, see if n is zero, 1) if it is not called the same function…