Question: WRITE ONE FUNCTION TO DEMONSTRATE THE ENCRYPTION ACTION ON ONE STRING. ONE FUNCTION IS VOID ENCRYPT(CHAR STR[], INT STR_LENGTH; , AND IT CAN ENCRYPT THE
WRITE ONE FUNCTION TO DEMONSTRATE THE ENCRYPTION ACTION ON ONE STRING. ONE FUNCTION IS "VOID ENCRYPT(CHAR STR[], INT STR_LENGTH; ", AND IT CAN ENCRYPT THE STRING BY INCREASING THE ASCII CODE OF EVERY LETTER BY 4. (e.g A is encrypted to E. Pointer variable has to be utilized in the function encrypt ().. use your main function to call this function to encrypt the string of "I-Like-C"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
