Question: IN C, make an array that instead of allocating more memory for the strings and creating a 2d array, it creates an int array and
IN C, make an array that instead of allocating more memory for the strings and creating a 2d array, it creates an int array and just changes the integers to match the alphabetical order of the strings, then prints off by the array.
1) This program should use argv and argc parameters to main()
2) Default behavior should print out a sorted list of arguments WITH any duplicates removed
EXAMPLE:
>./a.out apple zebra apple orange
apple
orange
zebra
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
