Question: Use C or C++ to write the programme. Using vectors or arrays, write a function named word_rev() that reverse any given word. Write a program

Use C or C++ to write the programme.
Using vectors or arrays, write a function named word_rev() that reverse any given word. Write a program that will: Ask the user to enter a word. Save the entry as word_entered. Call word_rev on the entry Display the reversed entry (word_entered)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
