Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Factorial_LOOP
//gcc 5.4.0 #include <stdio.h> int main(void) { int n; int i; int f; i = n; f = 1; scanf("%d",&n); printf("n: %d\n", n); while(i > 0) { f = f*i; --i; } printf("Factorial of n: %d\n", f); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
c program for hollow rhombus
sizeof human
PREGUNTA 2, GUÍA 4, MÓDULO 3
B_141212_RolloPunteros
table of 123
Programação em C, testes
Euclides MIRAR
Primer avance de lista enlazadas
20161118_ArrayRepetidos
fgets and basic string manipulation
Please log in to post a comment.