What is a palindromic string?
The string of length 0
The string of having a special character.
The string of having an uppercase letter
The string whose reversed string is equal to the original string.
This question is part of this quiz :
String Data Structure Quiz for Beginners