subject

Q3write a program to sort a group of strings in alphabetical order. your program should prompt the user onhow many strings need to be sorted. this should be done in main. the max size of a string allowed is 80characters. the max number of strings allowed is 50 (you may run with 5-10 strings to show your output).then the program prompts the user to enter each string one by one - this should be done in a separatefunction defined in a separate file, called from main. then the program sorts the strings in alphabeticalorder (again done in a separate function defined in a separate file, called from main) and prints the list(again done in a separate function defined in a separate file, called from main).you may use the strcmp library function to compare strings, a simple search will be enough to beable to use it. you may use any sorting algorithm that you are comfortable with.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:30
You are consulting for a beverage distributor who is interested in determining the benefits it could achieve from implementing new information systems. what will you advise as the first step?
Answers: 1
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
For the following example of making a peanut butter and jelly sandwich, identify which are inputs, processes, or outputs: bread scooping and spreading peanut butter plate scooping and spreading jelly finished sandwich putting two pieces of covered bread together dirty plate crumbs
Answers: 2
question
Computers and Technology, 24.06.2019 13:30
To move an excel worksheet tab, simply right-click on it drag and drop it double-click on it delete it
Answers: 1
You know the right answer?
Q3write a program to sort a group of strings in alphabetical order. your program should prompt the u...
Questions
Questions on the website: 13722363