Question: Consider a recursive function called palindromeR(str) that returns true if a string is a palindrome (reads the same backwards and forwards) . Which of the
Consider a recursive function called palindromeR(str) that returns true if a string is a palindrome (reads the same backwards and forwards) .
Which of the following statements is TRUE about palindromeR?
Question options:
|
|
None of other selections are valid |
|
|
palindromeR is tail recursive |
|
|
palindromeR is not tail recursive but can be made tail recursive |
|
|
palindromeR cannot be modified to be tail recursive
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
