Question: write program using C programming language not C++ please Write a program that reads an unspecified number of strings and displays them in the reverse

write program using C programming language not C++ please
write program using C programming language not C++ please Write a program

Write a program that reads an unspecified number of strings and displays them in the reverse order they were entered. Your program should follow an outline similar to the following: 1. Inform the user that the program will read strings until "STOP" is entered 2. Loop a. Prompt the user for a string b. If the string is "STOP" break the loop, otherwise store it in an appropriate data structure 3. Inform the user that the data they will now be displayed in reverse 4. Display all the strings in reverse. 5. Free the space used by the data structure to store the strings

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!