Array Based Programs in C Language or C Programming

WAP that inputs two arrays and saves sum of corresponding elements of these arrays in a third array and prints them.

WAP to find the minimum and maximum element of the array.

WAP to search an element in a array using Linear Search.

WAP to sort the elements of the array in ascending order using Bubble Sort technique.

WAP to add and multiply two matrices of order nxn.

WAP that finds the sum of diagonal elements of a mxn matrix.