C

One-Dimensional Array Operations

One-Dimensional Array and its Operations

  • Insertion
  • Searching
  • Merging
  • Sorting
  • Deletion



Subscribe us on Youtube

Share This Page on

Question


feisal | 15-Jan-2018 06:07:33 pm

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