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