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 most efficient way to store flag values?
Compare and contrast compilers from interpreters.
how to capitalise first letter of each word in a given string?
What is null character in c?
what is c?
Why is struct padding needed?
Does c have class?
what is the differance between pass by reference and pass by value.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Can anyone tell what is stack overflow? what precaution we should take?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,