0
index pointer
I can't solve this problem. I think when array comes into the function, there is some mistakes?? can you help me with my code? ------------------------------------------------------------------------------------------------------ https://code.sololearn.com/cmyZ5KYqMOyj/#c
1 Resposta
+ 4
Call the function like this:
find_all_in_array(arr, &s);
Not like this:
find_all_in_array(arr[10], &s);