Problem Statement
Write a program that checks if a given string is a palindrome. A palindrome reads the same forwards and backwards. The check should be case-insensitive.
DEMO-C-32 โข Programming in C
Write a program that checks if a given string is a palindrome. A palindrome reads the same forwards and backwards. The check should be case-insensitive.
Input:
String S
Output:
YES/NO
Submit runs every public testcase in this browser. Results and code never leave this device.
stats
YES
tenet
YES
sprint
NO
fig
NO
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question