pick out the odd one out of the following
a.malloc()
b.calloc()
c.free()
d.realloc()
Answers were Sorted based on User's Feedback
Answer / manishsoni
here malloc(),calloc(),realloc)() are the memory allocation
function after allocation of memory free is used to freed
the memory which is allocated by the above function.
so the free is odd term.
| Is This Answer Correct ? | 13 Yes | 3 No |
what is default constructor?
What is meant by type casting?
What does 3 mean in texting?
What is the use of bitwise operator?
Why do we need volatile in c?
What is a segmentation fault?
How can I find the day of the week given the date?
what is a function method?give example?
What are the string functions? List some string functions available in c.
Explain what is a 'locale'?
What is data types?
Why main is not a keyword in c?