Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Jai
//gcc 5.4.0 #include<stdio.h> void main() { int n,f=1,i; printf("Enter a number\n"); scanf("%d",&n); for(i=1;i<=n;i++) f=f*i; printf("Factorial is : %d ",f); }
run
|
edit
|
history
|
help
0
-Shello.c
exercises
htabprepa
Project 3 Part 1 v1.2
Star 1,3
Assignment 8
B_141209_EsMayor
Hello, World
MEMORIA DINAMICA FUNCIONA
MyWall1