Question: Write (or update the thread_server code we wrote in class) code in C to create a server using ONE thread that receives a message

Write (or update the thread_server code we wrote in class) code in C to create a server using ONE thread that receives a message from a client and send the same message to client. Client receives the message and prints the message. Steps: 1. client prints the message and send to server 2. server thread receives the message and prints the message 3. Server thread send the message to the client 4. Client receives the message and prints it Upload C code (client.c and server.c)and terminal screen shot for this for this assignment.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
