ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
For every non-empty string, the length of the longest palindromic subsequence is at least one.
Correct Answer: A — True
A single character of any string can always be considered as a palindrome and its length is one.