One-Dimensional Array and its Operations
Write a C function that searches for value key in a a 2D array of size 6 by 5. The function should return true if found false otherwise.
Ask Question