//TO FIND FACTORIAL OF A NUMBER IN C
# include<stdio.h>
int main()
{
int fac,n;
int factorial(int);
printf("Enter any number:");
scanf("%d",&n);
fac=factorial(n);
printf("Factorial=%d",fac);
return 0;
}
int factorial(int x)
{
int f;
if(x==1)
return 1;
else
f=x*factorial(x-1);
return f;
}
Betway Casino site | Lucky Club
ReplyDeleteCheck out the site's odds, features, reviews luckyclub and bet types for Betway. If you like Betway then you can sign up for an account and place bets on your favourite sports.