Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141106_Factorial
//Title of this code #include <stdio.h> int main(void) { unsigned short N; unsigned short i; unsigned long F; printf("Valor de N ... "); scanf(" %hu", &N); i = N; F = 1; while(i){ F *= i--;} printf("El factorial de %hu es %lu\n", N, F); return 0; }
run
|
edit
|
history
|
help
0
Print hostname
AVANCE PREGUNTA 3 FICHEROS
SortedMerge
GPS Logger || how much %
Maze
pointer**
C_141127_Matriz01
Program to input form command line and print it
Intro coding hello world
PointTeleBook