Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141106_Divisores
//Title of this code #include <stdio.h> int main(void) { short N; short d; printf("Valor de N ... "); scanf(" %hd", &N); d = 1; while(d <= N) { if(N % d == 0) { printf("%5hd", d); } d++; } return 0; }
run
|
edit
|
history
|
help
0
Working except for the thread part. LUL
swapping using call by reference
C_141203_PALINDROMO
709 lab 3.1
Name pipe
C_141210_Funciones
Sumit
FUNCTIONS Shape functions
menu1.c
strrev