Hi,

I am new to socket programming and I am trying to write code for a client that sends and receives messages on both TCP and UDP. I am using select() system call for it. My problem is, select()...