Server Compiling cc s.c -o sobj Server Running ./ sobj & Client Compiling cc c.c Client Running ./a.out
Input: enter a message hello
Output: message is hello