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

Post New Answer

More C Interview Questions

Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


how to print this sereis 2 4 3 6 5..........?

3 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


Why c is a procedural language?

0 Answers  


What is information technology.

1 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


What do you know about the use of bit field?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


Where can I get an ansi-compatible lint?

0 Answers  


Categories