Question: Please show the coding in C Programming Given an input file containing text (input.txt), process the text by doing the following: 1. Write all the

Please show the coding in C Programming
Given an input file containing text (input.txt), process the text by doing the following: 1. Write all the palindromes to the file palindromes.txt separated by newlines in order 2. Write a cipher that shifts each character by 13 characters and saves it to cipher.txt Hints - Assume all words have less than 32 characters You can use fscanf( fin, "%s", str ); to read each word (up to a space) Please hand in this exercise through Moodle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
