C Program to Check Whether given String or Number is Palindrome
This C Program is to check whether the given string or number is palindrome or not,a palindrome is a string which can be read same in both direction.the program doesn’t use any predefined string...
Recent Comments