SampleExamples.com
Code Examples Made Simple
Showing posts with label
palindrome
.
Show all posts
Showing posts with label
palindrome
.
Show all posts
Tuesday, November 22, 2011
C Program to Check String is Palindrome or Not
›
It is a sample C language example. It is a string palindrome program which accept a string from user. It checks that accepted string is a p...
Thursday, November 11, 2010
C Program to check number is palindrome or not
›
C Program Code //Check number is palindrome of not #include "stdio.h" #include "conio.h" void main() { int num,rev=0,m,r...
6 comments:
›
Home
View web version