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
Memory leak
Project 3 Part 1 v1.2
Bitwise Operations
A_141211_Tartaglia
time.c
fibonacci1
ex1
18BCE2182 ASSESS_3 Q3
Test 3
arrays vowles printing