Question: you should b e able t o input any word and i t spit i t out i n reverse not just the example word.

you should be able to input any word and it spit it out in reverse not just the example word. the program should promt the use to input a word. reverse String
Create a function string reverse(string) that accepts a string parameter and returns the reverse of that string.
For example, reverse("string") will return "gnirts".
Write a main function that calls the function
Original: program
Reversed: margorp
Submit
im having some issues with this problem. im not allowed to use bits/stdc++.h, algorithm, string, or cstring library function. im not sure what else to do.
 you should be able to input any word and it spit

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!