Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
Bucles: secuencia ascendente de números
c_tests
UDP - Pytagorova veta
ternary test c89
Bucles: Suma de los 100 primeros naturales
Celcius to Farenheir,Romer,Kelvin
CV09-2
lab4.1 C
Comprueba si orden creciente
MyBlockQuicksort
Please log in to post a comment.