Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) 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
4426print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
IBM,
4 9324write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
1 6787Read the following program carefully and write the output
of the program. Explain each
line of code according to given numbering.
#include
How does ternary operator work in python?
What is late binding c++?
How to do 301 redirects in codeigniter?
How to drop the table using module?
Differentiate fundamental data types and derived data types in C.
How do you write a program which produces its own source code as output?
What is python programming language?
Does php pass arrays by reference?
Checking whether form posted or not in zend framework?
What does super () do?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Explain how data is aggregated in r?
Why the stepaic()?
What is django used for in python?
How to Calculate an angle from two points?