Answer Posted / jayanthi
Dennis MacAlistair Ritchie
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is linux written in c?
What is a MAC Address?
Explain why c is faster than c++?
How macro execution is faster than function ?
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 putchar() function?
What are run-time errors?
What are the different types of errors?
What does a function declared as pascal do differently?
What is difference between static and global variable in c?
Does c have enums?
Why doesnt that code work?
What is default value of global variable in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Which is the memory area not included in C program? give the reason