Question: ==C language==WEBSITE:rot13.com== 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

==C language==WEBSITE:rot13.com==
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.

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!