Dsa
Strings
Warm-up
Check for Palindrome
Write a program that checks if a given string is a palindrome. A palindrome is a string that reads the same backward as forward. Ignore spaces, punctuation, and case differences. Output "Yes" if it is a palindrome, otherwise output "No".
Example:
Input: "A man, a plan, a canal, Panama"
Output: "Yes"
Key concepts
stringspalindromechecking
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now