Posts by victor Carvalho • 61 points
1 post
-
6
votes1
answer41
viewsQ: My factorial function does not return the expected value! Language C
My teacher is starting to pass functions, and asked us to do a factorial function of a number, but it always returns the wrong value and I do not know what happens. Code: int fatorial(int n) { int…