Write a recursive boolean c++ function that checks whether an array of characters contains a palindrome and return true if and only if it is a palindrome. The function recieves a pointer to the begining of the array and a pointer to the end of the array.
Expert Answer