Linear search program in C

Binary search in C language to find an element in a sorted array. If the array isn't sorted, one must sort it using a sorting technique such as merge sort. If the element to … ................
................