answersLogoWhite

0

How do you wrte ac programe for factorial?

User Avatar

Anonymous

∙ 15y ago
Updated: 8/18/2019

#include <stdio.h>

int main()

{

int fact=1,num;

printf("Enter number: ");

scanf("%d",&num);

if((num==0) (num==1))

{

printf("Factorial = %d",fact);

return 0;

}

else

{

while(num!=1)

{

fact=fact*num;

num--;

}

printf("Factorial = %d",fact);

return 0;

}

}

User Avatar

Wiki User

∙ 15y ago
Copy

What else can I help you with?

Related Questions

How do you wrte aC program in Linux?

OK. Done that


How do egyptians wrte?

hieroglyphics


What is the value of 9 factorial plus 6 factorial?

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


What is 30 factorial divided by 27 factorial times 3 factorial?

It is 4060.


What is the most watched tv programe?

Espn


What is factorial of 998?

factorial of -1


How do you wrte a program to compound interest?

#include


How do you wrte a sentence with the word relation?

economy


How do you wrte a sentence using word were?

Where were you yesterday?


What is factorial of six?

Factorial 6 = 720


What is the factorial of 27?

27 factorial = 10,888,869,450,418,352,160,768,000,000


What is 1 factorial?

1 factorial = 1

Trending Questions
How many cm are in 59 inches? What is the highest temperature ever recorded in HK? Who is the weakest villin in Dragon Ball Z and gt? Is a cougar a decomposer or a producer? What are facts about cattails? What are the factors that influence the respiratory center in the brain? Why would a 2GBcard format as a 1GB card? What are ways the body changes the way you breathe in effort to keep your levels of oxygen and carbon dioxide balanced? What sparked the beginning of the US involvement in world war 2? when will i know if I qualify for goverment assistance home phone service? What is nearly responisibly for montags death in burning bright? Is a prefix an affix? When did Ronnie milsap die? How do you judge a dance competition? What is the value of a 1966 Migratory Bird Treaty stamp? Can you have red led accent lights on motorcycle in NJ? What is the plural form of the noun knife? Is repairing an electrical system expensive? Where is the EGR valve on a 1992 Chevy lumina 31 v6 and will cleaning it out stop the car from lurching or jerking around while accelerating? Is the loudness of a sound is called its intensity?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Infospace Holdings LLC, A System1 Company. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.