Categories
Archives
Blog Stats
- 482,931 hits
-
Join 489 other subscribers
You can like us at
Meta
Tag Archives: palindrome program in c++ using while loop
Palindrome Number Program in C
A number is said to be palindrome if it satisfy’s a condition,the reverse of the number should be same as the original number.For finding the reverse of the given number we need to get the individual digits of given number … Continue reading
Posted in C
Tagged c program to check palindrome number, c program to check palindrome without using functions, palindrome number program in c, palindrome program in c, palindrome program in c with explanation, palindrome program in c without using string functions, palindrome program in c++ using while loop, palindrome program in java, simple palindrome program in c language
1 Comment
C++ program to check whether given number is palindrome or not
This is a very simple program we need to be panic for this.A number is said to be palindrome if reversal of the number is equal to itself.For ex:141 is a palindrome number.To find the reverse of the number we … Continue reading
Posted in C++
Tagged C++ program to check whether given number is palindrome or not, palindrome program in c++ using for loop, palindrome program in c++ using recursion, palindrome program in c++ using reverse method, palindrome program in c++ using string, palindrome program in c++ using stringbuffer, palindrome program in c++ using while loop, simple palindrome program in c++, string palindrome program in c++
Leave a comment