client.c [code] | This program acts like client which first connects to the server by the information provided by the user like Server IP address, Port Number, Nick Name, then the client can sent messages and recieve messages from all other clients |
client.h [code] | This is an header file for "client.c" which includes all the header files and global variables used |