Finishing a C challange
a. Create 2 files, namely server.c and client.c. When server.c is first run, it will prompt the user to type in how many clients to serve (range 1-5). When client.c is first run, it prompts the user to type in a username. This username is then sent to the server, to check whether it already […]