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 the meaning of keyword 'extern' in a function declaration.
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Write a program to find whether the given number is prime or not?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is include directive in c?
Are comments included during the compilation stage and placed in the EXE file as well?
what is the difference between. system call and library function?
Write the control statements in C language
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Is exit(status) truly equivalent to returning the same status from main?
how to find string length wihtout using c function?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,