Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141111_Divisores
//Title of this code #include <stdio.h> int main(void) { short N; short d; printf("Valor de N ... "); scanf(" %hd", &N); for(d = 1 ; d <= N ; d++) { if(N % d == 0) { printf("%hd ", d); } } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
150108_recursividadFactorial
lab6
18BCE2182 ASSESS_1 Q2-1
Loop practice
A_141124_arrayMaxMin01
B_141104_NotaSwitch
Lab6 v1.0 Sin,cos,tan,cot
18BCE2182 ASSESS_2 Q3
PART 2
4qwrfdsfsaf
Please log in to post a comment.