Question: Please write a palindrome in c programming. Palindrome: The letters in the message are the same from left to right as from right to left.

Please write a palindrome in c programming. Palindrome: The letters in the message are the same from left to right as from right to left. First program: The program reads a message and checks whether it is a palindrome Second program: the program checks command-line argument whether it is a palindrome Expect output: Enter a message: He lived as a devil, eh? Palindrome Enter a message: how are you? Not a palindrome Enter a message : madam Palindrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
