User Tools

Site Tools


c:control_structures:while

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

c:control_structures:while [2013/01/22 22:02]
127.0.0.1 external edit
c:control_structures:while [2024/02/16 01:04] (current)
Line 20: Line 20:
     int i=0;     int i=0;
          
-    while (i <= 99) {+    while (i <= 10) {
         printf("%i\n",i);         printf("%i\n",i);
         i++;         i++;
Line 39: Line 39:
     7     7
     ...     ...
-    up to 99+    up to 10
  
          

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/control_structures/while.1358888546.txt · Last modified: 2024/02/16 01:02 (external edit)

Impressum Datenschutz