Question: Exercise 1. Write two prototypes for a function that orders a list of strings according to string lengthshortest to longest. In the first, the function
Exercise 1. Write two prototypes for a function that orders a list of strings according to string lengthshortest to longest. In the first, the function should expect an input/output argument that is a two-dimensional array of characters in which strings have at most STRSIZ characters. In the second, the function should expect an input/output argument that is an array of pointers.
Write the function described in Exercise 1 using an array of pointers.
Must answer in C programming language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
