dsReverse a string iteratively and recursively This C Program reverse the string using both recursion and iteration. Here is source code of the C…byJohn