#include
#include
#define N 100
void array_sort(int a[],int m);
void main()
{
int b[N];
int i;
int n;//for choice
clrscr();
printf("\nHow many array element do you want?");
scanf("%d",&n);
for(i=0;i
Sorting Array Using function is demonstrated in the Turbo C window below sorting of array
admin
I am from the world's most beautiful country, the kingdom of Himalayas, Land of Lord Buddha, Land of Bravest of braves i.e. Nepal.I am a computer engineer and MIT graduates from Charles Sturt University with Distinction.