News

Repository files navigation Longest Palindrome in an Array in C Here, in this page we will discuss the program to find the longest palindrome in an array in C programming language. We are given with ...
the reason behind to sort an array is, we want the longest palindrome number so, in the sorted array, we got the largest number from the last element of the array, and check this is a palindrome or ...