Write a TCP client and server program in which the client send a structure which contains three fields command, roll number and name. If the command is ADD then the details roll number and name will be added to a file. After adding the current request the file is sent back to the client. Write a only the client program.