diff options
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. |
