Prepare the function reverseit that reverses the characters


Question: Prepare the function reverseit that reverses the characters in a character array. You must also write main that calls reverseit.

The prototype for reverseit is: void reverseit( char* inputString, char* outputString ); You are to prompt the user for the string to be reversed.

Your program should read all the characters the user enters which can include tabs and spaces. Pass the user's string to the reverseit function. Output the reversed character array in main (not in reverseit).

You have to prepare a function to reverseit to reverses the characters in a character array.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Prepare the function reverseit that reverses the characters
Reference No:- TGS0961252

Expected delivery within 24 Hours