Question: C language plz Question 14 10 pts Write the function that encrypts a message by switching every alphabetical letter (lower case or upper case) with
C language plz
Question 14 10 pts Write the function that encrypts a message by switching every alphabetical letter (lower case or upper case) with alphabetical position i with the letter with alphabetical position 25 - L For example, lettera is at position and after encoding it becomes letterz (position 25). Letterm is at position 12. after encoding it becomes lettern because 25 -12 is 13. So if the message is "at the cafeteria result will be 'zg. gsv xzuvgvirze The function expects message to point to a string containing the message to be casuoded stores the output to the string pointed by result. void encrypt(char message, char result)! asld your code Edit View insert Format Tools Table 1200 Paragraph B 1 U AT? so
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
