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",

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!