C/Instrukcje sterujące: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
→‎continue: czytelniejsza forma
Nie podano opisu zmian
Linia 209:
}
 
for(i=1; i<=10; ++i) {
printf("%d", i);
}
 
for(i=1; i<=10; printf("%d", i++ ) );