Question: language - c progamming Q1. Create a function to encrypt and print the encrypted string on screen. [10 marks] Rules of encryption are: a. Add

 language - c progamming Q1. Create a function to encrypt and

language - c progamming

Q1. Create a function to encrypt and print the encrypted string on screen. [10 marks] Rules of encryption are: a. Add 14 to the ascii code if the characters are capital b. Add 16 to the small case characters c. Add 18 to rest of the characters d. Add "ab" at the beginning and "ba" at the end of the string 8. Encrypt the string 9. Exit program Enter your choice Encrypted string is abgu l luba The original string was welcome (81 Prototype-> void toEncrypt(char*)

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!