Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 319 Bytes

README1.md

File metadata and controls

7 lines (5 loc) · 319 Bytes

STRING REVERSAL CODE.

This program reverses a string that a user inputs. For example, if a user enters a string "hello" then on reversing it will be "olleh". C program to reverse a string using strrev, without using strrev, recursion and pointers. A string which remains the same on reversal is a palindrome string.