// select_sort.cpp : Defines the entry point for the console application. // #include "stdafx.h" void select_sort(int array[],int n) { int i,j,t,k; for(i=0;i