Question: Given a string containing alphabets only, write a program in C to encrypt the given string by replacing alphabet at a particular position with the
Given a string containing alphabets only, write a program in C to encrypt the given string by replacing alphabet at a particular position with the fourth alphabet ahead of that alphabet as per the dictionary.
For Example: Given String: WELCOME Encrypted String: AIPGSQI
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
