Palindrome Program in C++
This post describes the concept of the palindrome program in c++ using the coding for palindrome numbers. It also explains what is a palindrome and its logic for programming. What is Palindrome? Those words and number that are same from backward or forward when read is called palindrome number. For Examples: (numbers: 121,1221,4334,676 ),(word: madam, […]
Palindrome Program in C++ Read More »