C Program to find second largest and second smallest element in an array
Arrays in C, C Program to find second largest and second smallest element in the array. Program will accept a list of data items and find the second largest and second smallest elements in it. And also compute the average of both. And search for the average value whether it is present in the array …