Question: A function to encrypt a string by replacing every character, in the following manner (before => after) A => B, 47 => 42, Z =>
A function to encrypt a string by replacing every character, in the following manner (before => after) "A" => "B", 47" => 42", "Z" => A "DAD" => "ECG", "MOM"=>"NQP" Parta) Provide at least two sample input and output (4 marks) Part b) provide the declaration for at least three functions: inputo, working and output() [4 marks] Part c) provide the definition for at least three functions input(), working and output() [8 marks) Part d) provide the calling for at least three functions input), working and outputo. [4 marks) please write the answer in C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
