Write a client and server program in C language using UDP,
where client program interact with the Server as given
below:
i) The client begins by sending a request to send a
string of 8 characters or series of 7 numbers, the server
sends back a characters or numbers as per the request of
the client.
ii) In case of series of 7 numbers: The client sends a
multiplication of numbers, to the server.
iii) In case of a string of 8 characters: The client sends
a reverse order of string to the server..
iv) Server will send an acknowledgment to the client after
receiving the correct answer
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between functions abs() and fabs()?
how would a 4*3 array A[4][3] stored in Row Major Order?
discuss the steps needed to get a program from source code to executable in a system?
When should a far pointer be used?
Explain the difference between ++u and u++?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are volatile variables in c?
What is the difference between NULL and NUL?
what is the role you expect in software industry?
What is the correct code to have following output in c using nested for loop?
How to find the usage of memory in a c program
what is link list?