Question: Use C Program language Write a program that asks the user to type in a string of at most 100 characters, then push the Enter

Use C Program language

Write a program that asks the user to type in a string of at most 100 characters, then push the Enter key.

Your program will read the string and print it out backwards to the screen.

For example, if the user enters the word "The", your program would print "ehT" to the screen. If the user enters e.g. the word "Seize the day", your program would print "yad eht ezieS" to the screen.

1) Your main function will prompt the user, read the input from the keyboard, and call a subroutine using the input string as the argument.

2) The function will count the number of characters in the string and print the string out backwards to the screen.

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!