#include<stdio.h>
//Asking for number
f=fact(x); //Calling function
printf("\n\nThe Factorial of %d is %d",x,f);
getchar();
//Defining function
Tags:
auto
basic c
basic c program
C
c program
Write C Program to find factorial of number using Recursion
Really appreciate your work.It is really helpful, keep doing it bro.
ReplyDelete