Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Spring 2017 Project 2 v.05
Hello world!
Critical Openmp Example
C_141106_Factorial
HW22
Char data type.c
muuchas funciones utiles
G
ques.1
Minus pointer
Please log in to post a comment.