Question: language c 1. Write a recursive function stringReverse that takes a character array as an argument, prints it back to front and returns nothing. The
1. Write a recursive function stringReverse that takes a character array as an argument, prints it back to front and returns nothing. The function should stop processing and return when the terminating null character of the string is encountered Example output: Print this string backward. drawkcab gnirts siht thirp Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
