#include using namespace std; template T apnasort(T a[],int n) { int i,j; T temp; cout<<"before Sorting array is : "; for(i=0;i