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:
a Get a string S
bWrite an user defined function to do the encoding each character in the string as follows:
iConvert the alphabet a to to to xdots. to n vice versa
iiConvert the alphabet A to to to xdots. to N vice versa
iiiConvert the numeric digit to to to dots to vice versa
iv Convert 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
