Question: Write a C++ function string_reverse() which takes a string as input and reverses the ordering of its characters. For example, string name = Mickey M.
Write a C++ function string_reverse() which takes a string as input and reverses the ordering of its characters. For example,

string name = "Mickey M. Mouse". string_reverse(name); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
