"for(;;)" v c

Příklady kódu

23
0

pro smyčce c

for(int i = 0; i<n ;i++) //i is the number of iterations that occur
{						 //n is the total number of iterations
 //code here
}
15
0

pro smyčky v c

int i;
for (i = 0; i < n; ++i) { // n is the number of iterations
	// Code here
}

Související stránky

Související stránky s příklady

V jiných jazycích

Tato stránka je v jiných jazycích

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Íslensk
..................................................................................................................