Skip to content

Latest commit

 

History

History

Sorting-over-network

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Write a UDP client and UDP server program in C language on Unix/Linux, where client program interact with the Server as given below: *The client will send a list of numbers to the client. *Sever program will sort the list in ascending order and send it back to respective client.