Question: Code is in C programming and should work for visual studio 2015 Use #include && #include Also use for loop & read the input.txt document
Code is in C programming and should work for visual studio 2015
Use #include && #include
Also use for loop & read the input.txt document to check
DO NOT USE ANYTHING LIKE "gets(filename)" or #include
use while (fscanf(inp, "%s", &text) != EOF) or something similar PLEASE
output file should print only the words that are palindromes.

input.txt file:
chool aibohphobia lists alula bake cammac civic read deified late absent deleveled real detartrated abort devoved trial dewed attempt evitative rethink hannah contaminated kayak gross kinnikinnik file lemel character level minimum madam steep malayalam rest minim star liquidate murdrum lime tear peeweep phrase racecar impossible attest contract radar speed motor redder tired refer accuse reifier class repaper step next reviver allow bored note wise free rotator courage rotavator mirror rotor sagas solos late enough sexes ripped stats rattle tenet cattle battle terret retire energize testset rat
2 Palindromes A palindrome is a word that reads the same forward as it does backward. An example of a valid palindrome is the word "racecar". An example of a word that is not a palindrome is "trust" (it reads backwards as "tsurt). Develop a C program that identifies palindrome words. Your program should: Read words to be checked from a file called input.txt (You can find this file on D2L). If a word is a palindrome it prints it to a file named palindromes.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
