Palindrome Number Generation using C
Hello, This is a C code, written in gcc platform (Ubuntu, LINUX), which can generate a palindrome number of length (2^n)-1 from given n numbers (It is not checking). This is simple to understand. Hope, it will help others.
- Read more about Palindrome Number Generation using C
- Log in or register to post comments
- 113 views