Programming Examples

C program to Reverse a Sentence Using Recursion


Write a C program to Reverse a Sentence Using Recursion

Solution

#include <stdio.h>
void reverseSentence();
int main() 
{
    printf("Enter a sentence: ");
    reverseSentence();
    return 0;
}

void reverseSentence() 
{
    char c;
    scanf("%c", &c);
    if (c != '\n') {
        reverseSentence();
        printf("%c", c);
    }
}
Output

Enter a sentence: margorp emosewa

awesome program

CCC Online Test 2021 CCC Practice Test Hindi Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz