Answer Posted / debu
This function allocates multiple blocks of memory of same
size, initializes all locations to zero and returns a
pointer to the first byte of allocated space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain the properties of union.
How can I find out if there are characters available for reading?
Explain what is a 'locale'?
What is wrong in this statement? scanf(“%d”,whatnumber);
What header files do I need in order to define the standard library functions I use?
Is c is a low level language?
What the different types of arrays in c?
a program that can input number of records and can view it again the record
Explain what math functions are available for integers? For floating point?
What is the difference between procedural and functional programming?
What is the difference between the expression “++a” and “a++”?
What is atoi and atof in c?
Why is void main used?
What is wrong in this statement?