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, 22.06.2019 01:00
How can a broadcast station be received through cable and satellite systems?
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
What is the most popular genre of video games?
Answers: 1
question
Computers and Technology, 23.06.2019 04:40
The narrative structure of the popular movies can be broken down into
Answers: 3
question
Computers and Technology, 23.06.2019 17:30
Scientists have changed the model of the atom as they have gathered new evidence. one of the atomic models is shown below. what experimental evidence led to the development of this atomic model from the one before it? a few of the positive particles aimed at a gold foil seemed to bounce back. the colors of light emitted from heated atoms had very specific energies. experiments with water vapor showed that elements combine in specific proportions. cathode rays were bent in the same way whenever a magnet was brought near them.
Answers: 2
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