Start-Anweisung von For-Schleifen in c code example Example: c for int i; for(i=0; i<5; i++) { printf("Nummber %d\n", i+1); }