Been trying to get this recursive function to work but haven’tbeen able to find the solution.
Write a recursive function that determines whether an array is apalindrome, where the array and its size are given asparameters. //returns true if a[] is a palindrome,false otherwise bool ispalindrome(const char a[], intn)char a[] is constant , n is the size of the char array
The post Trying Get Recursive Function Work Haven T Able Find Solution Write Recursive Function Det Q28826155 appeared first on Nurses Den.