Question: // This function should return if a string is a palindrome // Example: / NULL FALSE noon - TRUE TRUE A -> TRUE /1cat -FALSE

// This function should return if a string is a palindrome // Example: / NULL FALSE "noon" - TRUE TRUE "A" -> TRUE /1"cat" -FALSE // When implementing this function, use recursion. / HINT: char lasts length 1);' will give you the last character in a string int string_is_palindrome (const char s, int length) return FALSE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
