Write a program that tests it a string is a palindrome


Problem

Write a program that tests it a string is a palindrome. The user will input the string via C in.

A palindrome is a string which is the same forward and backward. Your output should be either of the following:

The string "Iacecar" is a palindrome.
The string "taco" is not a palindrome.
racecar and taco would be replaced with the user entered string.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that tests it a string is a palindrome
Reference No:- TGS03255349

Expected delivery within 24 Hours