Using in C(not C++ or C#) I need help in coding this following problem.
Assume a 2D array int M[NROWS][NCOLS] , implement the -> int * Search(int M[][NCOLS], int key).
Description-
do a linear search on M in row major order. If the key is found, return its memory address otherwise return NULL.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here