A palindrome is a word that reads the same forward as it does backward. An example of a valid palindrome is the word "race car". An example of a word that is not a palindrome is "trust" (it reads backwards as "tsurt"). Develop a C program that identi?es palindrome words.
Your program should:
- Read words to be checked from a ?le called input.txt (You can ?nd this ?le on the course website).
- If a word is a palindrome it prints it to a ?le named palindromes.txt