Write a program to find the minimum elements in an unsorted array
Answers
Answered by
4
C program to find minimum or the smallest element present in an array. It also prints the location or index at which minimum element occurs in the array. Our algorithm assumes the first element as minimum and then compare it with other elements if an element is smaller than it then it becomes the new minimum, and this process is repeated till complete array is scanned....
thnx
thnx
Similar questions