diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-27 17:24:15 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-27 17:24:15 +0100 |
| commit | c49b969659d8761442a560f8feda436bfb7b01e8 (patch) | |
| tree | 70e34b6cc1b4285e009f9acace8c87a869d6ccb2 /semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md | |
| parent | 4a3afaf44aa29e66a6c879c60322015a2920a5ab (diff) | |
Ajout des cours du 10 au 27 mars
Diffstat (limited to 'semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md')
| -rw-r--r-- | semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md b/semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md index 4d259b5..9c26c55 100644 --- a/semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md +++ b/semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md @@ -6,7 +6,7 @@ semestre: 2 --- ## Tableaux à plusieurs dimensions Pour déclarer un tableau à deux dimensions, on fait : -```c +```c title=double_dimension_array.c T tab[n1][n2]; ``` où `n1` et `n2` sont deux entiers naturels non nul et `T` est un type valide. |
