Hi,
my code works but depend of the length of the table int, i have a
"Test Crashed
Caught unexpected signal: 6"
"STDERR
free(): invalid pointer"
Exemple :
For "int arr5[] = {0, 9, 5, 4};" that don't work but
For "int arr5[] = {0, 9, 5, 4, 4};" that work.
Do you have an idea where is the problem ?
Hi,
my code works but depend of the length of the table int, i have a
"Test Crashed
Caught unexpected signal: 6"
"STDERR
free(): invalid pointer"
Exemple :
For "int arr5[] = {0, 9, 5, 4};" that don't work but
For "int arr5[] = {0, 9, 5, 4, 4};" that work.
Do you have an idea where is the problem ?