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

other init

parent d71e07cf
No related branches found
No related tags found
No related merge requests found
Pipeline #34229 passed
......@@ -258,6 +258,7 @@ for (int i = 0; i < SIZE; ++i) {
tab[i] = rand() / (double)RAND_MAX * 10.0 - 5.0;
// tab[i] contient un double dans [-5;5]
}
int other_tab[4] = {0}; // pareil que {0, 0, 0, 0}
```
# Recherche du minimum dans un tableau (1/2)
......
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