I am making a socket server with multiple clients in C Language. To handle accesses of clients, function fork() was used in a server.
I made the source code tha