Question: C++ please. The user inputs a string. Then this part takes place. Temporarily flip (reverse) the C-style string: The program should create a new C-
C++ please. The user inputs a string. Then this part takes place.

Temporarily flip (reverse) the C-style string: The program should create a new C- style string from the heap, rather than changing the user's input string. Remember to clean up your heap! (After printing out the new string, the program should delete it.) Example: User enters "ban ana!"; program prints: "!ana nab" Example: User enters "zip"; program prints: "piz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
