Network Lab Exercise
Send a text to the server from client and reverse the case of all alphabets using TCP
Examples:
Input : WElcoMe Output :weLCOmE
Input :geeks for geeks Output :skeeg rof skeeg
-
First run the server program as
gcc Server.c -o server ./server
-
Run the client program on another terminal
gcc Client.c -o client ./client