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
bWrite an user defined function to do the encoding each character in the string S as follows:
iConvert the alphabet to to to
to vice versa
iiConvert the alphabet A to to to X
to vice versa
iiiConvert the numeric digit to 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
