Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Herout (67) - 13
#include <stdio.h> int main(void) { int i; for (i = 0; i < 100; i++) { printf("%d ", i); continue; //break; //c: pokračuje, br. - první číslo a ukončí (0) } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
coucou
Bucles: Triángulos Lateral Derecho
c_tests
random()%N stddev
mallocpole
Herout (67) - 12
Celcius to Farenheir,Romer,Kelvin
Herout (67) - 3
VKI_Mihalyk_3_3
Does fgets() read past a leading newline?
Please log in to post a comment.