can anyone help me with this little exercice
Write a program that reads an array of strings, sorts the array using the insertion sort, and displays the sorted array. The array can be declared as follows: char str[SIZE][N]; where N is defined as a preprocessing directive
make sure you use appropriate string functions such as gets to read a string, and strcpy to perform an assignment

