INSERTION SORT INSERTION SORT #include < stdio.h > int main () { int n = 5 ; int i,j,a[n],temp,min = 0 ; printf ( …