Server Compiling cc s.c -o sobj Server Running ./ sobj & Client Compiling cc c.c Client Running ./a.out
Input and Output: Input Enter the string: hello Output String received from the server:hello