Skip to content
Snippets Groups Projects

Yassin.elhakoun master patch 37193

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -175,7 +175,7 @@ int k = 0;
do {
x[k] = -1;
k += 1;
} while (k < 9)
} while (k < 9);
```
# Représentation des tableaux en mémoire
Loading