Tag Archives: palindrome program in c without using string functions

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 , , , , , , , , | 1 Comment