Answer Posted / saiesh singh
a). M F Hussain b) shuncho yankichi c) santoshi hiryana
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
which is an algorithm for sorting in a growing Lexicographic order
Is r written in c?
What are the types of arrays in c?
How is a pointer variable declared?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Ow can I insert or delete a line (or record) in the middle of a file?
How can you find the day of the week given the date?
Can we use visual studio for c?
How can I ensure that integer arithmetic doesnt overflow?
What are the different types of control structures?
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 difference between c &c++?
Where are some collections of useful code fragments and examples?
Explain how do you determine the length of a string value that was stored in a variable?
How would you rename a function in C?