Ask a Question

Write a connection-oriented client and server program in C language, where client program interact with the Server as given below: i) The client begins by sending a request, the server sends back a confirmation and its clock time to the client. ii) The client sends a number and server replies as the square of that number to the client.

on 2010-10-28 21:18:20   by ashim   on Computer Science & Engineering  1 answers

Administrator

on 2010-10-30 09:30:00  

Check here - http://www.linuxhowtos.org/C_C++/socket.htm You will get lots of coding with their explanation.