Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
20171103_factorial
//gcc 5.4.0 #include <stdio.h> int main(void) { unsigned long long f; unsigned short n, cn; printf("Valor de n... "); scanf(" %hu", &n); cn = n; f = 1; while(cn) { f *= cn--; } printf("el factorial de %hu es %llu\n\n\n", n, f); return 0; }
run
|
edit
|
history
|
help
0
bitwise manipulation
Don't ignore warnings
Project 4 v1.1
Ascii contrasena segura
C_141113_VariosPerfectos
Good
Jan23
Sunday assignment late v3
time clock and day count through second by user input (ratneshgujarathi)
ForU