After 5 iterations of selection sort working on an array of 10 elements, what must hold true?
a) 5 more iterations are always necessary to complete the sort
b) 4 more iterations are always necessary to complete the sort
c) 5 more iterations may be needed to complete the sort
d) 4 more iterations may be needed to complete the sort