Question: Write a C program to do the following: ( a ) Get a string S ( b ) Write an user defined function to do
Write a C program to do the following:
aGet a string S
bWrite an user defined function to do the encoding each character in the string S as follows:
iConvert the alphabet a to z b to y c to x m to n vice versa
ii Convert the alphabet A to Z B to Y C to X M to N vice versa
iii Convert the numeric digit to to to vice versa
ivConvert the special character to dot
Example : if the input string is AbC# the output should be Zyx
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
