From c49b969659d8761442a560f8feda436bfb7b01e8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 27 Mar 2025 17:24:15 +0100 Subject: Ajout des cours du 10 au 27 mars --- .../5- Tableaux \303\240 plusieurs dimensions & strings.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semestre 2/informatique/5- Tableaux à plusieurs dimensions & strings.md') diff --git "a/semestre 2/informatique/5- Tableaux \303\240 plusieurs dimensions & strings.md" "b/semestre 2/informatique/5- Tableaux \303\240 plusieurs dimensions & strings.md" index 4d259b5..9c26c55 100644 --- "a/semestre 2/informatique/5- Tableaux \303\240 plusieurs dimensions & strings.md" +++ "b/semestre 2/informatique/5- Tableaux \303\240 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. -- cgit v1.2.3