Consider the following C code snippet: for (i=0: i
Expert Answer
Answer is c (selection sort)
selection sort algorithm sorts an array by repeatedly finding the minimum element (considering ascending order) from the unsorted part and putting it at the beginning