SampleExamples.com
Code Examples Made Simple
Showing posts with label
cprogram for palindrome
.
Show all posts
Showing posts with label
cprogram for palindrome
.
Show all posts
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