Answer Posted / guest
The malloc/free implementation remembers the size of each
block allocated and returned.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the default value of local and global variables in c?
Define the scope of static variables.
Does * p ++ increment p or what it points to?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How to throw some light on the b tree?
what is the difference between 123 and 0123 in c?
What's the best way of making my program efficient?
The file stdio.h, what does it contain?
How are Structure passing and returning implemented by the complier?
What is string function c?
Is it possible to have a function as a parameter in another function?
Explain what is wrong with this program statement? Void = 10;
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Explain what math functions are available for integers? For floating point?