I need to write the implementation of the function
double my min (double* arr, int len);
which returns the minimum value of an array (arr) of length len.
the only library that is allowed is to assert.
Also would need the implementation of the function mystrcmp:
int mystrcmp (const char* str1, const char* str2);
that does the exact same thing as the normal strcmp function. Only assert library is allowed.
Get Free Quote!
396 Experts Online