Answer Posted / bhavin patel
Compiles and run
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does free() know explain how much memory to release?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is anagram in c?
How can I make sure that my program is the only one accessing a file?
explain how do you use macro?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Why do we use return in c?
What is variable in c example?
find out largest elemant of diagonalmatrix
What is declaration and definition in c?
Which is an example of a structural homology?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How can I get random integers in a certain range?
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 1f in c?