Changes

Jump to: navigation, search

Langage C

217 bytes added, 19:41, 23 September 2015
/* chapter 7 (résumé) */
for(;;);
or
for(;;)
{instruction}
 
===== LOOP WHILE =====
''In French'': boucle infinie avec l'instruction '''WHILE'''
 
''In English'': infinite loop with '''WHILE''' instruction
 
while(1);
or
while(1)
{instruction}
== Liens utiles ==
952
edits