C program to Reverse a Sentence Using Recursion

This program takes a sentence from the user and reverses that sentence using recursion. This program does not use string to reverse the sentence or store the sentence.

Example: Reverse a sentence using recursion