Question: not. 3. Write a C program that takes a string from the user and finds out if the string is a palindrome or . If

 not. 3. Write a C program that takes a string from

not. 3. Write a C program that takes a string from the user and finds out if the string is a palindrome or . If the string is palindrome then the program turns all the alphabets in the string into upper case alphabets using the user defined function *upperCase (char * s) and appends it to a file which stores palindrome strings. The program can also read from the file and print its contents to the console window. If the string is not a palindrome then the program turns all the alphabets in the string into lower case alphabets using the user defined function *lowerCase(char * s) and appends it to another file which stores the non palindrome strings. The program can also read from the file and print its contents to the console window

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!