Skip to content

Latest commit

 

History

History

03-Age-UDP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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