Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
A_141121_factorial02
//Title of this code #include <stdio.h> int main(void) { long factorial[20]; short i; for(factorial[0] = 1 , i = 1 ; i < 20 ; i++) { factorial[i] = i * factorial[i - 1]; } for(i = 0 ; i < 20 ; i++) { printf("factorial de %2hd es %18ld\n", i, factorial[i]); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Spring 2017 Project 2 v1.2
es collar
string.c
pllkkj
InterviewDesk_Embedded
24-June-2015
C_141126_ArrayRepetidos
2.2 Comparision with Matrix Addition Execution Time
Rotación matriz anti horaria
Ultimo avance de pregunta 1 guía4
Please log in to post a comment.