Posts by Lucas • 21 points
1 post
-
2
votes2
answers698
viewsQ: Factorial with recursion
I have to make a program that calculates the factorial of a number using recursiveness within the main. #include<stdio.h> #include<stdlib.h> #include<conio.h> int main (int argc,…