Question: please help solve within 20 mins thank youn 1. Write a recursive function stringReverse that takes a character array as an argument, prints it back
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 nirP 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
