Skip to content
Snippets Groups Projects
Commit 6b16afc2 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent ec7f66db
No related branches found
No related tags found
No related merge requests found
Pipeline #6380 passed
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
for (int i = 0; i < 50; ++i) { for (int i = 0; i < 50; ++i) {
p[i] = malloc(70 * sizeof(int)); p[i] = malloc(70 * sizeof(int));
} }
int a = p[5][8]; // on index dans chaque dimension int a = p[5][8]; // on indexe dans chaque dimension
``` ```
- Ceci est une matrice (un tableau de tableau). - Ceci est une matrice (un tableau de tableau).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment