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
Explain how do I determine whether a character is numeric, alphabetic, and so on?
why programming language C is still used in operating system's kernel??
how to print this sereis 2 4 3 6 5..........?
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.
how to build a exercise findig min number of e heap with list imlemented?
Why c is a procedural language?
What is information technology.
what are the facialities provided by you after the selection of the student.
What do you know about the use of bit field?
Explain what are preprocessor directives?
Write a program to find the smallest and largest element in a given array in c language
Where can I get an ansi-compatible lint?