answersLogoWhite

0

AllQ&AStudy Guides
Best answer

#include<stdio.h>

#include<conio.h>

void main()

{

int i,n,fact=1;

clrscr();

printf("enter the number");

scanf("%d",&n);

for(i=1;i<=n;i++)

printf("%d",n);

fact=fact*i;

{

printf("the factorial is=%d",fact);

}

getch();

}

By:-Abhishek Goyal(goyal.abhi40@yahoo.com)

This answer is:
Related answers

#include<stdio.h>

#include<conio.h>

void main()

{

int i,n,fact=1;

clrscr();

printf("enter the number");

scanf("%d",&n);

for(i=1;i<=n;i++)

printf("%d",n);

fact=fact*i;

{

printf("the factorial is=%d",fact);

}

getch();

}

By:-Abhishek Goyal(goyal.abhi40@yahoo.com)

View page
Definition of FactorialLet n be a positive integer. n factorial, written n!, is defined by

n! = 1 * 2 * 3 * ... (n - 1) * n

The special case when n = 0, 0 factorial is given by: 0! = 1

View page

The value of 9 factorial plus 6 factorial is 363,600

View page

It is 4060.

View page

factorial of -1

View page
Featured study guide

What is the length of MN

The measure of angle x is 73.5 degreeswhat is the measure of the angles complement in degrees

Which property is illustrated by the following statement If hax rig then rig hax

Which property is illustrated by the statement JAR equals JAR

➡️
See all cards
3.33
3 Reviews
More study guides
1.0
1 Review

No Reviews
Search results