comment trier les elements d’un tableau en ordre croissant en c

The solution for “comment trier les elements d’un tableau en ordre croissant en c” can be found here. The following code will assist you in solving the problem.

void nom_du_tab(int *T, int n){
int i,j;
int tmp;
for(i=0;i*(j+i)){
tmp=*(T+i);
*(T+i)=*(T+j);
*(T+j)=tmp;
}
}
}
printf(” les elements du tableau par ordre croissant sont :”)
for(i=0;i

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in