To reverse the given string using pointer
by Ranjith | December 4th, 2008.This is the program to reverse the given string and display. The program internally uses the logic of reversing the word.
Logic: The approach here is to reverse the string using the pointers. Reversing the string includes the reversing the each and every words in it. After accepting a string from user, it calls a function [...]





