Question: ==C language==Just using the naive knowledge such as array to solve this==PLEASE check the answer before you upload, thanks in advanced== void rot13(char str[]) The
==C language==Just using the naive knowledge such as array to solve this==PLEASE check the answer before you upload, thanks in advanced==
void rot13(char str[])
The function shall perform the ROT13 transformation (as illustrated on the rot13.com website) on its input string.
It assumes that the input string is stored in an array str whose size defined by a constant SIZE in your program.
Implement this function in a C program with a main function that calls rot13 twice.
the web you may compare is rot13.com
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
