Answer Posted / abi
d qn s how to connect??
cn any1 plz repli...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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
What is the use of structure padding in c?
Subtract Two Number Without Using Subtraction Operator
How many levels of pointers can you have?
Explain how can a program be made to print the name of a source file where an error occurs?
What is variable in c example?
Is boolean a datatype in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
what are bit fields? What is the use of bit fields in a structure declaration?
What are called c variables?
Is c++ based on c?
what value is returned to operating system after program execution?
Is array a primitive data type in c?
What are the 5 types of organizational structures?
What are the modifiers available in c programming language?