C Program to find Factorial of a Number October 20, 2016October 20, 2016 flizzindia #include<stdio.h> #include<conio.h> void main() { clrscr(); int i,fact=1,n; printf(“enter the number”); scanf(“%d”,&n); for(i=1;i<=n;i++) { fact=fact*i; } printf(“the factorial of thee number is %d”,fact); getch(); } Related PostsExpert’s Tips and Tricks to Crack SSC CGL Exam | Preparation TipsDifference Between Method Overloading and Overriding with ExampleDefence Academy Lucknow | Contact Number | Address | Army GD | Army Clerk | TradesmanThe Paleolithic age in India History of IndiaModernizing Sainik Schools: Challenges and OpportunitiesCDS Exam Pattern, Eligibility and Selection Process