Question: ***C program*** Write a C program that accepts a sting from the user, then prints the string out twice. Once, exactly as the use input,
***C program***
Write a C program that accepts a sting from the user, then prints the string out twice. Once, exactly as the use input, then backwards. It should then tell the user whether or not the input string was a palindrome(the same thing forwards and backwards). The string should be no mord than 20 characters.

Write a program that accepts a string from the user, then prints the string out twice. Once exactly as the user input, then backwards. It should then tell the user whether or not the input string was a palindrome(the same thing forwards and backwards). The string should be no more than 20 characters. You may find this useful: length of array int n sizeof(a) / sizeof (int)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
