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.

***C program*** Write a C program that accepts a sting from the

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!