Socket Programming in C A simple UDP Server-Client program that calculates the age in terms of years, months and days, given a date of birth. Implementation Compile Server : gcc serverUDP_age.c -o ser Client : gcc clientUDP_age.c -o cli Run Server : ./ser Client : ./cli