Write a command line utility that takes any number of words


Problem

Write a command line utility that takes any number of words on the command line and prints the words out, sorted according to the character at a certain specified position, which should also be specified via the command line.

If two strings have the same character at the position of interest, their order does not matter.

To solve the problem, you are ONLY allowed to use pointers throughout the program.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a command line utility that takes any number of words
Reference No:- TGS03332392

Expected delivery within 24 Hours