Saved Bookmarks
| 1. |
Write a program that reads a string and check whether it is a palindrome string or not without any string slice |
|
Answer» string is not a palindrome. Explanation: because palindrome MEANS when we reverse also we GET same spelling |
|