Pages1

Showing posts with label Recursion. Show all posts
Showing posts with label Recursion. Show all posts

Reversing string using recursion: C program

Though there are several ways available in "C" to reverse string; One presented below is using recursion.
------------------------------reversestring.c---------------------------------------
#include<stdio.h>